Searched refs:ippool_dst_t (Results 1 – 9 of 9) sorted by relevance
| /freebsd/sys/netpfil/ipfilter/netinet/ |
| H A D | ip_dstlist.c | 67 ippool_dst_t *dstlist[LOOKUP_POOL_SZ]; 68 ippool_dst_t **tails[LOOKUP_POOL_SZ]; 97 static void ipf_dstlist_table_free(ipf_dstl_softc_t *, ippool_dst_t *); 99 ipf_dstl_softc_t *, ippool_dst_t *); 101 ippool_dst_t *); 102 static ipf_dstnode_t *ipf_dstlist_select(fr_info_t *, ippool_dst_t *); 104 static void ipf_dstlist_node_free(ipf_dstl_softc_t *, ippool_dst_t *, ipf_dstnode_t *); 258 ippool_dst_t *node, *next; in ipf_dstlist_flush() 310 ipf_dstlist_table_deref(softc, arg, (ippool_dst_t *)data); in ipf_dstlist_iter_deref() 339 ippool_dst_t zero, *next = NULL, *dsttab = NULL; in ipf_dstlist_iter_next() [all …]
|
| H A D | ip_dstlist.h | 50 } ippool_dst_t; typedef
|
| /freebsd/sbin/ipf/libipf/ |
| H A D | printdstlist.c | 10 ippool_dst_t * 11 printdstlist( ippool_dst_t *pp, copyfunc_t copyfunc, char *name, int opts, in printdstlist() 15 ippool_dst_t dst; in printdstlist()
|
| H A D | load_dstlist.c | 17 load_dstlist(ippool_dst_t *dst, ioctlfunc_t iocfunc, ipf_dstnode_t *nodes) in load_dstlist() 21 ippool_dst_t dest; in load_dstlist()
|
| H A D | printdstl_live.c | 16 ippool_dst_t * 17 printdstl_live( ippool_dst_t *d, int fd, char *name, int opts, in printdstl_live()
|
| H A D | printdstlistdata.c | 12 printdstlistdata( ippool_dst_t *pool, int opts) in printdstlistdata()
|
| /freebsd/sbin/ipf/common/ |
| H A D | ipf.h | 287 extern ippool_dst_t *printdstl_live(ippool_dst_t *, int, char *, 307 extern void printdstlistdata(ippool_dst_t *, int);
|
| /freebsd/sbin/ipf/ippool/ |
| H A D | ippool_y.y | 46 static ippool_dst_t ipld;
|
| H A D | ippool.c | 1016 ippool_dst_t table; in showdstls_live()
|