Searched refs:in_dport (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/dist/ipf/lib/
H A Dprintnat.c164 np->in_dport = htons(np->in_dport);
165 if (np->in_dport != 0) {
168 s = portname(np->in_p, ntohs(np->in_dport));
/netbsd-6-1-5-RELEASE/dist/ipf/tools/
H A Dipnat_y.y282 nat->in_dport = htons($3);
283 } else if ($3 != nat->in_dport) {
295 nat->in_dport = pnum;
472 | daddr port portstuff { nat->in_dport = $3.p1;
566 nat->in_dport = nat->in_pnext;
567 nat->in_dport = htons(nat->in_dport);
571 nat->in_pmin = nat->in_dport;
/netbsd-6-1-5-RELEASE/sys/dist/ipf/netinet/
H A Dip_h323_pxy.c188 ipn->in_dport = htons(port);
H A Dip_nat.h229 #define in_dport in_tuc.ftu_dport macro
H A Dip_proxy.c287 u_short dport = nat->in_dport;
H A Dip_nat.c3857 (np->in_dport != tcp->th_dport))
4011 /* source port against in_dport, otherwise we'd compare the */
4243 /* source port against in_dport, otherwise we'd compare the */

Completed in 87 milliseconds