Home
last modified time | relevance | path

Searched refs:in_next (Results 1 – 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/ipfilter/tools/
Dipnat.c367 nsp->ns_list = ipn.in_next;
573 nsp->ns_list = ipn->in_next;
Dipnat_y.y148 nattop = nat->in_next;
1400 nat->in_next = n; in newnatrule()
1401 n->in_pnext = &nat->in_next; in newnatrule()
Dipftest.c690 for (ipn = softn->ipf_nat_list; ipn != NULL; ipn = ipn->in_next)
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
Dip_nat.c1110 for (n = softn->ipf_nat_list; n != NULL; n = n->in_next)
1483 n->in_next = NULL;
1486 softn->ipf_nat_list_tail = &n->in_next;
2554 *np->in_pnext = np->in_next;
2555 if (np->in_next != NULL)
2556 np->in_next->in_pnext = np->in_pnext;
2557 if (softn->ipf_nat_list_tail == &np->in_next)
6063 for (n = softn->ipf_nat_list; (n != NULL); n = n->in_next) {
6200 np = np->in_next, rulen++)
6677 nextipnat = ipn->in_next;
[all …]
Dip_nat.h224 struct ipnat *in_next; /* NAT rule list next */ member
/freebsd-10-stable/contrib/ipfilter/
Dip_fil_compat.c560 struct ipnat *in_next; /* NAT rule list next */ member
597 struct ipnat *in_next; member
4261 old->in_next = np->in_next;
4342 old->in_next = np->in_next;