Searched refs:in_pnext (Results 1 – 6 of 6) sorted by relevance
252 nat->in_pnext != 0))262 nat->in_pnext != 0))417 nport: IPNY_PORT portspec { nat->in_pnext = htons($2); }418 | IPNY_PORT '=' portspec { nat->in_pnext = htons($3);701 nat->in_dport = nat->in_pnext;708 nat->in_pnext = nat->in_pmin;943 nat->in_pnext = 0;955 nat->in_pnext = 0;
123 printf(" port = %d", ntohs(np->in_pnext));125 printf(" port %d", ntohs(np->in_pnext));232 inet_ntoa(nip), np->in_pnext);
302 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) &&650 if ((np->in_pnext == 0) || ((flags & NAT_NOTRULEPORT) != 0))[all …]
662 nat->in_pnext != n->in_pnext)985 n->in_pnext = ntohs(n->in_pmin);2113 st_port = np->in_pnext;2142 if ((np->in_outmsk == 0xffffffff) && (np->in_pnext == 0)) {2202 (np->in_pnext == 0) && ((l > 0) || (hm == NULL)))2232 (flags & IPN_TCPUDPICMP) && (np->in_pnext != 0)) {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);[all …]
195 u_short in_pnext; member
1260 ipn->in_pnext = htons(fi.fin_dport);