Home
last modified time | relevance | path

Searched defs:iphtable_s (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_htable.h40 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;
[all …]
/netbsd-src/external/bsd/ipf/dist/
H A Dip_htable.h40 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;
[all …]