Searched defs:iphtent_s (Results 1 – 1 of 1) sorted by relevance
6 typedef struct iphtent_s { struct7 struct iphtent_s *ipe_next, **ipe_pnext; argument8 struct iphtent_s *ipe_hnext, **ipe_phnext; argument9 struct iphtent_s *ipe_dnext, **ipe_pdnext; argument10 struct iphtable_s *ipe_owner;11 void *ipe_ptr;12 i6addr_t ipe_addr;13 i6addr_t ipe_mask;14 U_QUAD_T ipe_hits;15 U_QUAD_T ipe_bytes;[all …]