Searched defs:iphtable_s (Results 1 – 2 of 2) sorted by relevance
40 typedef struct iphtable_s { struct42 struct iphtable_s *iph_next, **iph_pnext; argument43 struct iphtent_s **iph_table;44 struct iphtent_s *iph_list;45 struct iphtent_s **iph_tail;47 ipf_v6_masktab_t iph_v6_masks;49 ipf_v4_masktab_t iph_v4_masks;50 size_t iph_size; /* size of hash table */51 u_long iph_seed; /* hashing seed */52 u_32_t iph_flags;[all …]