Home
last modified time | relevance | path

Searched refs:NAT_SLAVE (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_raudio_pxy.c291 NAT_SLAVE|IPN_UDP | (sp ? 0 : SI_W_SPORT), in ipf_p_raudio_in()
314 NAT_SLAVE|IPN_UDP|SI_W_DPORT, in ipf_p_raudio_in()
H A Dip_ipsec_pxy.c236 NAT_SLAVE|SI_WILDP, NAT_OUTBOUND); in ipf_p_ipsec_new()
304 NAT_SLAVE|SI_WILDP, in ipf_p_ipsec_inout()
H A Dip_rcmd_pxy.c281 nflags = SI_W_SPORT|NAT_SLAVE|IPN_TCP; in ipf_p_rcmd_portmsg()
H A Dip_irc_pxy.c408 NAT_SLAVE|IPN_TCP|SI_W_DPORT, NAT_OUTBOUND); in ipf_p_irc_send()
H A Dip_tftp_pxy.c308 nflags = NAT_SLAVE|IPN_UDP|SI_W_SPORT; in ipf_p_tftp_backchannel()
H A Dip_pptp_pxy.c239 NAT_SLAVE, nat->nat_dir); in ipf_p_pptp_donatstate()
H A Dip_nat.h172 #define NAT_SLAVE 0x0020 /* Slave connection for a proxy */ macro
H A Dip_rpcb_pxy.c1201 natl = ipf_nat_add(&fi, ipn, NULL, nflags|SI_CLONE|NAT_SLAVE, in ipf_p_rpcb_getnat()
H A Dip_ftp_pxy.c555 flags = SI_W_SPORT|NAT_SLAVE|IPN_TCP; in ipf_p_ftp_addport()
H A Dip_nat6.c1062 if ((np->in_apr != NULL) && ((nat->nat_flags & NAT_SLAVE) == 0)) { in ipf_nat6_add()
H A Dip_nat.c3154 if ((np->in_apr != NULL) && ((nat->nat_flags & NAT_SLAVE) == 0)) { in ipf_nat_add()