Searched refs:ipfd_next (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/contrib/ipfilter/
H A Dip_dstlist.h13 struct ipf_dstnode *ipfd_next; member in struct:ipf_dstnode
H A Dip_dstlist.c413 nextnode = node->ipfd_next;
421 hint = nextnode->ipfd_next;
585 node->ipfd_pnext = &d->ipld_dests[d->ipld_nodes - 2]->ipfd_next;
697 for (node = *d->ipld_dests; node != NULL; node = node->ipfd_next) {
752 *node->ipfd_pnext = node->ipfd_next;
753 if (node->ipfd_next != NULL)
754 node->ipfd_next->ipfd_pnext = node->ipfd_pnext;
756 node->ipfd_next = NULL;
1151 sel = sel->ipfd_next;
1165 node = sel->ipfd_next;
[all...]
/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dip_dstlist.h13 struct ipf_dstnode *ipfd_next; member in struct:ipf_dstnode
H A Dip_dstlist.c413 nextnode = node->ipfd_next;
421 hint = nextnode->ipfd_next;
585 node->ipfd_pnext = &d->ipld_dests[d->ipld_nodes - 2]->ipfd_next;
697 for (node = *d->ipld_dests; node != NULL; node = node->ipfd_next) {
752 *node->ipfd_pnext = node->ipfd_next;
753 if (node->ipfd_next != NULL)
754 node->ipfd_next->ipfd_pnext = node->ipfd_pnext;
756 node->ipfd_next = NULL;
1151 sel = sel->ipfd_next;
1165 node = sel->ipfd_next;
[all...]
/freebsd-10.0-release/contrib/ipfilter/lib/
H A Dprintdstlistnode.c29 return node.ipfd_next;
77 return node.ipfd_next;
H A Dload_dstlist.c58 for (a = nodes; a != NULL; a = a->ipfd_next)
H A Dprintdstl_live.c66 if (entry->ipfd_next == NULL)
/freebsd-10.0-release/contrib/ipfilter/tools/
H A Dippool_y.y529 | dstentry next dstentries { $1->ipfd_next = $3; $$ = $1; }

Completed in 115 milliseconds