Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_htable.h8 typedef struct iphtent_s { struct
9 struct iphtent_s *ipe_next, **ipe_pnext; argument
10 struct iphtent_s *ipe_hnext, **ipe_phnext; argument
11 struct iphtent_s *ipe_dnext, **ipe_pdnext; argument
12 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 …]
/netbsd-src/external/bsd/ipf/dist/
H A Dip_htable.h8 typedef struct iphtent_s { struct
9 struct iphtent_s *ipe_next, **ipe_pnext; argument
10 struct iphtent_s *ipe_hnext, **ipe_phnext; argument
11 struct iphtent_s *ipe_dnext, **ipe_pdnext; argument
12 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 …]