Searched refs:in_pmax (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/dist/ipf/lib/
H A Dprintnat.c102 if (np->in_pmax != np->in_pmin)
103 printf("-%d", ntohs(np->in_pmax));
137 printf("\tpmax %u\n", np->in_pmax);
185 printf("\n\tip modulous %d", np->in_pmax);
186 } else if (np->in_pmin || np->in_pmax) {
199 ntohs(np->in_pmax),
203 ntohs(np->in_pmax));
/netbsd-6-1-5-RELEASE/dist/ipf/tools/
H A Dipnat_y.y238 nat->in_pmax != 0 ||
247 nat->in_pmax != 0 ||
357 nat->in_pmax = htons($2); }
359 nat->in_pmax = htons($4); }
361 nat->in_pmax = htons($4); }
427 nat->in_pmax = htons($5);
432 nat->in_pmax = htons(65535);
445 nat->in_pmax = htons($5);
572 nat->in_pmax = nat->in_pmin;
785 nat->in_pmax
[all...]
/netbsd-6-1-5-RELEASE/dist/pf/usr.sbin/ftp-proxy/
H A Dipf.c248 ipn.in_pmax = htons(d_port);
/netbsd-6-1-5-RELEASE/sys/dist/ipf/netinet/
H A Dip_nat.h215 #define in_pmax in_port[1] macro
H A Dip_nat.c1028 if (ntohs(n->in_pmax) >= ntohs(n->in_pmin)) {
1029 n->in_space *= (ntohs(n->in_pmax) -
2051 in_port_t d = ntohs(np->in_pmax) -
2062 if (np->in_pnext > ntohs(np->in_pmax)) {
2275 (np->in_pmin != np->in_pmax)) {
4140 ((ntohs(np->in_pmax) < ntohs(dport)) ||
H A Dip_rpcb_pxy.c1192 ipn->in_pmax = htons(fi.fin_dport);
/netbsd-6-1-5-RELEASE/dist/ipf/l4check/
H A Dl4check.c581 ipn->in_pmax = ipn->in_pmin;
/netbsd-6-1-5-RELEASE/dist/ipf/
H A Dip_rpcb_pxy.c1187 ipn->in_pmax = htons(fi.fin_dport);

Completed in 91 milliseconds