HomeSort by: relevance | last modified time | path
    Searched refs:NAT_SLAVE (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_raudio_pxy.c 303 NAT_SLAVE|IPN_UDP | (sp ? 0 : SI_W_SPORT),
326 NAT_SLAVE|IPN_UDP|SI_W_DPORT,
ip_ipsec_pxy.c 242 NAT_SLAVE|SI_WILDP, NAT_OUTBOUND);
310 NAT_SLAVE|SI_WILDP,
ip_irc_pxy.c 416 NAT_SLAVE|IPN_TCP|SI_W_DPORT, NAT_OUTBOUND);
ip_rcmd_pxy.c 279 nflags = SI_W_SPORT|NAT_SLAVE|IPN_TCP;
ip_tftp_pxy.c 310 nflags = NAT_SLAVE|IPN_UDP|SI_W_SPORT;
ip_pptp_pxy.c 245 NAT_SLAVE, nat->nat_dir);
ip_nat.h 198 #define NAT_SLAVE 0x0020 /* Slave connection for a proxy */
ip_rpcb_pxy.c 1206 natl = ipf_nat_add(&fi, ipn, NULL, nflags|SI_CLONE|NAT_SLAVE,
ip_ftp_pxy.c 559 flags = SI_W_SPORT|NAT_SLAVE|IPN_TCP;
ip_nat6.c 1070 if ((np->in_apr != NULL) && ((nat->nat_flags & NAT_SLAVE) == 0)) {
ip_nat.c 3187 if ((np->in_apr != NULL) && ((nat->nat_flags & NAT_SLAVE) == 0)) {

Completed in 25 milliseconds