Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/contrib/ipfilter/netinet/
Dip_pool.h55 } ip_pool_t; typedef
65 ip_pool_t *ipls_list[IPL_LOGSIZE];
70 extern ip_pool_t *ip_pool_list[IPL_LOGSIZE];
76 extern int ip_pool_insert __P((ip_pool_t *, i6addr_t *, i6addr_t *, int));
77 extern int ip_pool_remove __P((ip_pool_t *, ip_pool_node_t *));
79 extern void ip_pool_free __P((ip_pool_t *));
80 extern void ip_pool_deref __P((ip_pool_t *));
83 extern ip_pool_node_t *ip_pool_findeq __P((ip_pool_t *,
Dip_pool.c94 static void ip_pool_clearnodes __P((ip_pool_t *));
117 ip_pool_t *ip_pool_list[IPL_LOGSIZE] = { NULL, NULL, NULL, NULL,
122 void treeprint __P((ip_pool_t *));
131 ip_pool_t *ipo;
226 ip_pool_t *ipo; in treeprint()
268 ip_pool_t *p, *q; in ip_pool_fini()
332 ip_pool_t *p;
354 ip_pool_t *p;
374 ip_pool_t *ipo; in ip_pool_findeq()
407 ip_pool_t *ipo;
[all …]
Dip_lookup.c218 ip_pool_t *p;
293 ip_pool_t *p;
Dfil.c4116 ip_pool_t *ipo;
/freebsd-9-stable/contrib/ipfilter/lib/
Dprintpool.c14 ip_pool_t *printpool(pp, copyfunc, name, opts) in printpool()
15 ip_pool_t *pp; in printpool()
21 ip_pool_t ipp;
Dremove_pool.c21 ip_pool_t *poolp; in remove_pool()
25 ip_pool_t pool;
Dload_pool.c21 ip_pool_t *plp; in load_pool()
26 ip_pool_t pool;
Dprintpool_live.c15 ip_pool_t *printpool_live(pool, fd, name, opts) in printpool_live()
16 ip_pool_t *pool; in printpool_live()
Dprintpooldata.c13 ip_pool_t *pool; in printpooldata()
/freebsd-9-stable/contrib/ipfilter/
Dipf.h261 extern void printpooldata __P((ip_pool_t *, int));
271 extern int remove_pool __P((ip_pool_t *, ioctlfunc_t));
/freebsd-9-stable/contrib/ipfilter/tools/
Dippool.c209 ip_pool_t pool;
648 ip_pool_t *ptr;
654 ip_pool_t *pools[IPL_LOGSIZE];
793 ip_pool_t pool;
Dippool_y.y50 static ip_pool_t iplo;
Dipftest.c676 ip_pool_t *ipl; in dumplookups()
Dipf_y.y1993 ip_pool_t pool;