Searched defs:iphtable_s (Results 1 – 1 of 1) sorted by relevance
38 typedef struct iphtable_s { struct40 struct iphtable_s *iph_next, **iph_pnext; argument41 struct iphtent_s **iph_table;42 struct iphtent_s *iph_list;43 struct iphtent_s **iph_tail;45 ipf_v6_masktab_t iph_v6_masks;47 ipf_v4_masktab_t iph_v4_masks;48 size_t iph_size; /* size of hash table */49 u_long iph_seed; /* hashing seed */50 u_32_t iph_flags;[all …]