Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipnat.c333 nsp->ns_list = ipn.in_next; in dostats()
449 nsp->ns_list = ipn.in_next; in dostats_live()
H A Dipnat_y.y120 nattop = nat->in_next;
913 nat->in_next = n; in newnatrule()
H A Dipftest.c637 for (ipn = ifs->ifs_nat_list; ipn != NULL; ipn = ipn->in_next)
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_nat.c658 np = &n->in_next)
1026 n->in_next = NULL;
1161 *np = n->in_next;
1170 n->in_next = NULL;
2055 *np = n->in_next;
2063 n->in_next = NULL;
5001 for (n = ifs->ifs_nat_list; n != NULL; n = n->in_next) {
5095 np = np->in_next, rulen++)
5522 nextipnat = ipn->in_next;
5641 if (nextipnat->in_next == NULL) {
[all …]
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_nat.h180 struct ipnat *in_next; /* NAT rule list next */ member