Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipnat_y.y250 nat->in_pnext != 0))
260 nat->in_pnext != 0))
415 nport: IPNY_PORT portspec { nat->in_pnext = htons($2); }
416 | IPNY_PORT '=' portspec { nat->in_pnext = htons($3);
699 nat->in_dport = nat->in_pnext;
706 nat->in_pnext = nat->in_pmin;
941 nat->in_pnext = 0;
953 nat->in_pnext = 0;
/illumos-gate/usr/src/cmd/ipf/lib/
H A Dprintnat.c121 printf(" port = %d", ntohs(np->in_pnext));
123 printf(" port %d", ntohs(np->in_pnext));
230 inet_ntoa(nip), np->in_pnext);
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_nat6.c302 st_port = np->in_pnext;
330 if (IP6_ISONES(&np->in_out[1]) && (np->in_pnext == 0)) {
400 (np->in_pnext == 0) && ((l > 0) || (hm == NULL))) {
435 (flags & IPN_TCPUDPICMP) && (np->in_pnext != 0)) {
440 port = np->in_pnext;
447 np->in_pnext++;
449 if (np->in_pnext > ntohs(np->in_pmax)) {
450 np->in_pnext = ntohs(np->in_pmin);
499 (np->in_pnext != 0) && (st_port == np->in_pnext) &&
660 ntohs(np->in_pnext);
[all …]
H A Dip_nat.c662 nat->in_pnext != n->in_pnext)
985 n->in_pnext = ntohs(n->in_pmin);
2113 st_port = np->in_pnext;
2202 (np->in_pnext == 0) && ((l > 0) || (hm == NULL)))
2237 port = np->in_pnext;
2244 np->in_pnext++;
2246 if (np->in_pnext > ntohs(np->in_pmax)) {
2247 np->in_pnext = ntohs(np->in_pmin);
2291 (np->in_pnext != 0) && (st_port == np->in_pnext) &&
2444 ntohs(np->in_pnext);
[all …]
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_nat.h195 u_short in_pnext; member
H A Dip_rpcb_pxy.c1260 ipn->in_pnext = htons(fi.fin_dport);