Searched refs:in_pnext (Results 1 - 10 of 10) sorted by relevance

/netbsd-6-1-5-RELEASE/dist/ipf/lib/
H A Dprintnat.c113 printf(" port = %d", ntohs(np->in_pnext));
115 printf(" port %d", ntohs(np->in_pnext));
229 inet_ntoa(nip), np->in_pnext);
/netbsd-6-1-5-RELEASE/dist/ipf/l4check/
H A Dl4check.c107 printf("%s,%u\n", inet_ntoa(ipn->in_in[0].in4), ntohs(ipn->in_pnext));
129 printf("%s,%u\n", inet_ntoa(ipn->in_in[0].in4), ipn->in_pnext);
605 ipn->in_pnext = 0;
607 &ipn->in_pnext)) {
613 if (ipn->in_pnext == 0)
614 ipn->in_pnext = ipn->in_pmin;
625 l4->l4_sin.sin_port = ipn->in_pnext;
/netbsd-6-1-5-RELEASE/dist/ipf/tools/
H A Dipnat_y.y239 nat->in_pnext != 0))
248 nat->in_pnext != 0))
364 nport: port portspec { nat->in_pnext = htons($2); }
365 | port '=' portspec { nat->in_pnext = htons($3);
566 nat->in_dport = nat->in_pnext;
573 nat->in_pnext = nat->in_pmin;
786 nat->in_pnext = 0;
796 nat->in_pnext = 0;
/netbsd-6-1-5-RELEASE/sys/dist/ipf/netinet/
H A Dip_nat.c716 nat->in_pnext != n->in_pnext)
1024 n->in_pnext = ntohs(n->in_pmin);
1925 st_port = np->in_pnext;
1954 if ((np->in_outmsk == 0xffffffff) && (np->in_pnext == 0)) {
2014 (np->in_pnext == 0) && ((l > 0) || (hm == NULL)))
2044 (flags & IPN_TCPUDPICMP) && (np->in_pnext != 0)) {
2049 port = np->in_pnext;
2060 np->in_pnext++;
2062 if (np->in_pnext > ntoh
[all...]
H A Dip_nat.h193 u_short in_pnext; member in struct:ipnat
H A Dip_fil_compat.c366 u_short in_pnext; member in struct:ipnat_4_1_0
1210 np->in_pnext = old->in_pnext;
2094 old->in_pnext = np->in_pnext;
H A Dip_rpcb_pxy.c1193 ipn->in_pnext = htons(fi.fin_dport);
/netbsd-6-1-5-RELEASE/dist/pf/usr.sbin/ftp-proxy/
H A Dipf.c251 ipn.in_pnext = htons(rdr_port);
/netbsd-6-1-5-RELEASE/dist/ipf/
H A Dip_fil_compat.c366 u_short in_pnext; member in struct:ipnat_4_1_0
1216 np->in_pnext = old->in_pnext;
2100 old->in_pnext = np->in_pnext;
H A Dip_rpcb_pxy.c1188 ipn->in_pnext = htons(fi.fin_dport);

Completed in 87 milliseconds