Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_raudio_pxy.c304 NAT_SLAVE|IPN_UDP | (sp ? 0 : SI_W_SPORT),
327 NAT_SLAVE|IPN_UDP|SI_W_DPORT,
H A Dip_ipsec_pxy.c247 NAT_SLAVE|SI_WILDP, NAT_OUTBOUND);
319 NAT_SLAVE|SI_WILDP,
H A Dip_rcmd_pxy.c293 nflags = SI_W_SPORT|NAT_SLAVE|IPN_TCP;
H A Dip_irc_pxy.c421 NAT_SLAVE|IPN_TCP|SI_W_DPORT, NAT_OUTBOUND);
H A Dip_tftp_pxy.c328 nflags = NAT_SLAVE|IPN_UDP|SI_W_SPORT;
H A Dip_pptp_pxy.c246 NAT_SLAVE, nat->nat_dir);
H A Dip_nat.h176 #define NAT_SLAVE 0x0020 /* Slave connection for a proxy */ macro
H A Dip_rpcb_pxy.c1254 natl = ipf_nat_add(&fi, ipn, NULL, nflags|SI_CLONE|NAT_SLAVE,
H A Dip_ftp_pxy.c582 flags = SI_W_SPORT|NAT_SLAVE|IPN_TCP;
H A Dip_nat6.c1088 if ((np->in_apr != NULL) && ((nat->nat_flags & NAT_SLAVE) == 0)) {
H A Dip_nat.c3218 if ((np->in_apr != NULL) && ((nat->nat_flags & NAT_SLAVE) == 0)) {