Searched refs:in_pnext (Results 1 - 5 of 5) sorted by last modified time

/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_nat.c1468 n->in_pnext = softn->ipf_nat_list_tail;
1469 *n->in_pnext = n;
2537 if (np->in_pnext != NULL) {
2538 *np->in_pnext = np->in_next;
2540 np->in_next->in_pnext = np->in_pnext;
2542 softn->ipf_nat_list_tail = np->in_pnext;
H A Dip_nat.h217 struct ipnat **in_pnext; /* prior rdr next ptr */ member in struct:ipnat
/freebsd-11-stable/contrib/ipfilter/
H A Dip_fil_compat.c553 u_short in_pnext; member in struct:ipnat_4_1_14
590 u_short in_pnext; member in struct:ipnat_4_1_0
2359 np->in_dpnext = old->in_pnext;
2361 np->in_spnext = old->in_pnext;
2453 np->in_dpnext = old->in_pnext;
2455 np->in_spnext = old->in_pnext;
4235 old->in_pnext = np->in_dpnext;
4237 old->in_pnext = np->in_spnext;
4316 old->in_pnext = np->in_dpnext;
4318 old->in_pnext
[all...]
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipnat_y.y1386 n->in_pnext = &nattop;
1389 n->in_pnext = &nat->in_next;
1765 if (n->in_pnext != NULL)
1766 *n->in_pnext = n;
/freebsd-11-stable/contrib/ipfilter/l4check/
H A Dl4check.c105 printf("%s,%u\n", inet_ntoa(ipn->in_in[0]), ntohs(ipn->in_pnext));
120 printf("%s,%u\n", inet_ntoa(ipn->in_in[0]), ipn->in_pnext);
590 ipn->in_pnext = 0;
592 &ipn->in_pnext)) {
598 if (ipn->in_pnext == 0)
599 ipn->in_pnext = ipn->in_pmin;
610 l4->l4_sin.sin_port = ipn->in_pnext;

Completed in 104 milliseconds