Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/libipf/
H A Dprintnat.c185 if ((np->in_flags & IPN_FIXEDDPORT) != 0) { in printnat()
217 if ((np->in_flags & IPN_FIXEDDPORT) != 0) in printnat()
/freebsd/sbin/ipf/ipnat/
H A Dipnat_y.y503 nat->in_flags |= IPN_FIXEDDPORT;
749 nat->in_flags |= IPN_FIXEDDPORT;
1455 if ((nat->in_flags & (IPN_TCPUDP|IPN_FIXEDDPORT)) == IPN_FIXEDDPORT) in setnatproto()
1456 nat->in_flags &= ~IPN_FIXEDDPORT; in setnatproto()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_nat.h358 #define IPN_FIXEDDPORT 0x80000 macro
366 IPN_FRAG|IPN_STICKY|IPN_FIXEDDPORT|IPN_ICMPQUERY|\
H A Dip_tftp_pxy.c197 ipn->in_flags = IPN_UDP|IPN_FIXEDDPORT|IPN_PROXYRULE; in ipf_p_tftp_new()
H A Dip_nat6.c839 if (((np->in_flags & IPN_FIXEDDPORT) == 0) && in ipf_nat6_newrdr()
3485 if ((flags & IPN_FIXEDDPORT) != 0) { in ipf_nat6_newrewrite()
H A Dip_nat.c2933 if (((np->in_flags & IPN_FIXEDDPORT) == 0) && in ipf_nat_newrdr()
6996 if ((flags & IPN_FIXEDDPORT) != 0) { in ipf_nat_newrewrite()