Searched refs:ipf_dstnode_t (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/bsd/ipf/dist/
H A Dip_dstlist.h26 } ipf_dstnode_t; typedef in typeref:struct:ipf_dstnode
49 ipf_dstnode_t **ipld_dests;
50 ipf_dstnode_t *ipld_selected;
H A Dip_dstlist.c115 static ipf_dstnode_t *ipf_dstlist_select __P((fr_info_t *, ippool_dst_t *));
117 static void ipf_dstlist_node_free __P((ipf_dstl_softc_t *, ippool_dst_t *, ipf_dstnode_t *));
118 static int ipf_dstlist_node_deref __P((void *, ipf_dstnode_t *));
343 ipf_dstlist_node_deref(arg, (ipf_dstnode_t *)data);
370 ipf_dstnode_t zn, *nextnode = NULL, *node = NULL;
497 ipf_dstnode_t *node, **nodes;
534 KMALLOCS(node, ipf_dstnode_t *, sizeof(*node) + dest.fd_name);
564 KMALLOCS(nodes, ipf_dstnode_t **,
624 ipf_dstnode_t *node;
666 ipf_dstnode_t *nod
[all...]
H A Dipf.h284 ipf_dstnode_t *));
340 char *, int, ipf_dstnode_t *,
343 extern ipf_dstnode_t *printdstlistnode __P((ipf_dstnode_t *, copyfunc_t,
/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dip_dstlist.h26 } ipf_dstnode_t; typedef in typeref:struct:ipf_dstnode
49 ipf_dstnode_t **ipld_dests;
50 ipf_dstnode_t *ipld_selected;
H A Dip_dstlist.c113 static ipf_dstnode_t *ipf_dstlist_select(fr_info_t *, ippool_dst_t *);
115 static void ipf_dstlist_node_free(ipf_dstl_softc_t *, ippool_dst_t *, ipf_dstnode_t *);
116 static int ipf_dstlist_node_deref(void *, ipf_dstnode_t *);
325 ipf_dstlist_node_deref(arg, (ipf_dstnode_t *)data);
349 ipf_dstnode_t zn, *nextnode = NULL, *node = NULL;
473 ipf_dstnode_t *node, **nodes;
510 KMALLOCS(node, ipf_dstnode_t *, sizeof(*node) + dest.fd_name);
540 KMALLOCS(nodes, ipf_dstnode_t **,
598 ipf_dstlist_node_deref(void *arg, ipf_dstnode_t *node)
637 ipf_dstnode_t *nod
[all...]
/netbsd-current/external/bsd/ipf/dist/lib/
H A Dprintdstlist.c18 ipf_dstnode_t *nodes;
21 ipf_dstnode_t *node;
42 ipf_dstnode_t *n;
H A Dprintpoolfield.c63 ipf_dstnode_t *node = (ipf_dstnode_t *)p;
95 ipf_dstnode_t *node = (ipf_dstnode_t *)p;
160 ipf_dstnode_t *node = (ipf_dstnode_t *)p;
H A Dprintdstlistnode.c12 ipf_dstnode_t *
14 ipf_dstnode_t *inp;
19 ipf_dstnode_t node, *np;
H A Dload_dstlist.c22 ipf_dstnode_t *nodes;
25 ipf_dstnode_t *a;
H A Dload_dstlistnode.c22 ipf_dstnode_t *node;
H A Dprintdstl_live.c15 * Because the ipf_dstnode_t can vary in size because of the interface name,
26 ipf_dstnode_t *entry, *zero;
/netbsd-current/external/bsd/ipf/dist/tools/
H A Dippool_y.y71 ipf_dstnode_t *ipd;

Completed in 139 milliseconds