Home
last modified time | relevance | path

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

/freebsd-src/sys/netpfil/ipfilter/netinet/
H A Dip_htable.h6 typedef struct iphtent_s { struct
7 struct iphtent_s *ipe_next, **ipe_pnext; argument
8 struct iphtent_s *ipe_hnext, **ipe_phnext; argument
9 struct iphtent_s *ipe_dnext, **ipe_pdnext; argument
10 struct iphtable_s *ipe_owner;
11 void *ipe_ptr;
12 i6addr_t ipe_addr;
13 i6addr_t ipe_mask;
14 U_QUAD_T ipe_hits;
15 U_QUAD_T ipe_bytes;
[all …]