Searched refs:ip_pool_t (Results 1 – 14 of 14) sorted by relevance
| /freebsd-9-stable/sys/contrib/ipfilter/netinet/ |
| D | ip_pool.h | 55 } 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 *,
|
| D | ip_pool.c | 94 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 …]
|
| D | ip_lookup.c | 218 ip_pool_t *p; 293 ip_pool_t *p;
|
| D | fil.c | 4116 ip_pool_t *ipo;
|
| /freebsd-9-stable/contrib/ipfilter/lib/ |
| D | printpool.c | 14 ip_pool_t *printpool(pp, copyfunc, name, opts) in printpool() 15 ip_pool_t *pp; in printpool() 21 ip_pool_t ipp;
|
| D | remove_pool.c | 21 ip_pool_t *poolp; in remove_pool() 25 ip_pool_t pool;
|
| D | load_pool.c | 21 ip_pool_t *plp; in load_pool() 26 ip_pool_t pool;
|
| D | printpool_live.c | 15 ip_pool_t *printpool_live(pool, fd, name, opts) in printpool_live() 16 ip_pool_t *pool; in printpool_live()
|
| D | printpooldata.c | 13 ip_pool_t *pool; in printpooldata()
|
| /freebsd-9-stable/contrib/ipfilter/ |
| D | ipf.h | 261 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/ |
| D | ippool.c | 209 ip_pool_t pool; 648 ip_pool_t *ptr; 654 ip_pool_t *pools[IPL_LOGSIZE]; 793 ip_pool_t pool;
|
| D | ippool_y.y | 50 static ip_pool_t iplo;
|
| D | ipftest.c | 676 ip_pool_t *ipl; in dumplookups()
|
| D | ipf_y.y | 1993 ip_pool_t pool;
|