Searched defs:iphtent_s (Results 1 – 2 of 2) sorted by relevance
8 typedef struct iphtent_s { struct9 struct iphtent_s *ipe_next, **ipe_pnext; argument10 struct iphtent_s *ipe_hnext, **ipe_phnext; argument11 struct iphtent_s *ipe_dnext, **ipe_pdnext; argument12 struct iphtable_s *ipe_owner;13 void *ipe_ptr;14 i6addr_t ipe_addr;15 i6addr_t ipe_mask;16 U_QUAD_T ipe_hits;17 U_QUAD_T ipe_bytes;[all …]