Lines Matching defs:iphtable_s
40 typedef struct iphtable_s { struct
42 struct iphtable_s *iph_next, **iph_pnext; argument
43 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;
53 u_int iph_unit; /* IPL_LOG* */
54 u_int iph_ref;
55 u_int iph_type; /* lookup or group map - IPHASH_* */
56 u_int iph_maskset[4]; /* netmasks in use */
57 char iph_name[FR_GROUPLEN]; /* hash table number */