Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/common/
H A Dipf.h253 extern int load_hash(struct iphtable_s *, struct iphtent_s *,
283 extern struct iphtable_s *printhash(struct iphtable_s *, copyfunc_t,
285 extern struct iphtable_s *printhash_live(iphtable_t *, int, char *,
290 extern struct iphtent_s *printhashnode(struct iphtable_s *,
329 extern int remove_hash(struct iphtable_s *, ioctlfunc_t);
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_htable.h10 struct iphtable_s *ipe_owner;
38 typedef struct iphtable_s { struct
40 struct iphtable_s *iph_next, **iph_pnext; argument