Home
last modified time | relevance | path

Searched refs:NAT_NOTRULEPORT (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_tftp_pxy.c343 nflags |= NAT_NOTRULEPORT; in ipf_p_tftp_backchannel()
H A Dip_nat.h173 #define NAT_NOTRULEPORT 0x0040 /* Don't use the port # in the NAT rule */ macro
H A Dip_nat6.c832 if ((np->in_dpnext == 0) || ((flags & NAT_NOTRULEPORT) != 0)) in ipf_nat6_newrdr()
H A Dip_nat.c2926 if ((np->in_dpnext == 0) || ((flags & NAT_NOTRULEPORT) != 0)) in ipf_nat_newrdr()