Home
last modified time | relevance | path

Searched refs:ip_pool_t (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_pool.c62 ip_pool_t *ipf_pool_list[LOOKUP_POOL_SZ];
69 ip_pool_t *);
75 static ip_pool_node_t *ipf_pool_findeq(ipf_pool_softc_t *, ip_pool_t *,
78 ip_pool_t *);
80 ip_pool_t *, struct ip_pool_node *);
91 ip_pool_t *, ip_pool_node_t *);
129 void treeprint(ip_pool_t *);
137 ip_pool_t *ipo; in main()
232 treeprint(ip_pool_t *ipo) in treeprint()
310 ip_pool_t *p, *q; in ipf_pool_soft_fini()
[all …]
H A Dip_pool.h48 } ip_pool_t; typedef
58 ip_pool_t *ipls_list[LOOKUP_POOL_SZ];
/freebsd/sbin/ipf/libipf/
H A Dprintpool.c11 ip_pool_t *
12 printpool(ip_pool_t *pp, copyfunc_t copyfunc, char *name, int opts, in printpool()
16 ip_pool_t ipp; in printpool()
H A Dremove_pool.c18 remove_pool(ip_pool_t *poolp, ioctlfunc_t iocfunc) in remove_pool()
21 ip_pool_t pool; in remove_pool()
H A Dload_pool.c18 load_pool(ip_pool_t *plp, ioctlfunc_t iocfunc) in load_pool()
22 ip_pool_t pool; in load_pool()
H A Dprintpooldata.c12 printpooldata(ip_pool_t *pool, int opts) in printpooldata()
H A Dprintpool_live.c13 printpool_live(ip_pool_t *pool, int fd, char *name, int opts, in printpool_live()
/freebsd/sbin/ipf/common/
H A Dipf.h315 extern void printpooldata(ip_pool_t *, int);
331 extern int remove_pool(ip_pool_t *, ioctlfunc_t);
H A Dipf_y.y2287 ip_pool_t pool; in makepool()
/freebsd/sbin/ipf/ippool/
H A Dippool.c254 ip_pool_t pool; in poolcommand()
758 ip_pool_t *ptr; in poollist_dead()
764 ip_pool_t *pools[IPL_LOGSIZE]; in poollist_dead()
945 ip_pool_t pool; in showpools_live()
H A Dippool_y.y45 static ip_pool_t iplo;