Searched refs:NAT_SLAVE (Results 1 – 11 of 11) sorted by relevance
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_raudio_pxy.c | 304 NAT_SLAVE|IPN_UDP | (sp ? 0 : SI_W_SPORT), 327 NAT_SLAVE|IPN_UDP|SI_W_DPORT,
|
| H A D | ip_ipsec_pxy.c | 247 NAT_SLAVE|SI_WILDP, NAT_OUTBOUND); 319 NAT_SLAVE|SI_WILDP,
|
| H A D | ip_rcmd_pxy.c | 293 nflags = SI_W_SPORT|NAT_SLAVE|IPN_TCP;
|
| H A D | ip_irc_pxy.c | 421 NAT_SLAVE|IPN_TCP|SI_W_DPORT, NAT_OUTBOUND);
|
| H A D | ip_tftp_pxy.c | 328 nflags = NAT_SLAVE|IPN_UDP|SI_W_SPORT;
|
| H A D | ip_pptp_pxy.c | 246 NAT_SLAVE, nat->nat_dir);
|
| H A D | ip_nat.h | 176 #define NAT_SLAVE 0x0020 /* Slave connection for a proxy */ macro
|
| H A D | ip_rpcb_pxy.c | 1254 natl = ipf_nat_add(&fi, ipn, NULL, nflags|SI_CLONE|NAT_SLAVE,
|
| H A D | ip_ftp_pxy.c | 582 flags = SI_W_SPORT|NAT_SLAVE|IPN_TCP;
|
| H A D | ip_nat6.c | 1088 if ((np->in_apr != NULL) && ((nat->nat_flags & NAT_SLAVE) == 0)) {
|
| H A D | ip_nat.c | 3218 if ((np->in_apr != NULL) && ((nat->nat_flags & NAT_SLAVE) == 0)) {
|