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

  /src/sys/external/bsd/ipf/netinet/
ip_rcmd_pxy.c 213 nat2 = ipf_nat6_outlookup(&fi, NAT_SEARCH|IPN_TCP,
218 nat2 = ipf_nat6_inlookup(&fi, NAT_SEARCH|IPN_TCP,
228 nat2 = ipf_nat_outlookup(&fi, NAT_SEARCH|IPN_TCP,
233 nat2 = ipf_nat_inlookup(&fi, NAT_SEARCH|IPN_TCP,
279 nflags = SI_W_SPORT|NAT_SLAVE|IPN_TCP;
293 (void) ipf_nat_proto(&fi, nat2, IPN_TCP);
ip_irc_pxy.c 394 nat2 = ipf_nat_outlookup(fin, IPN_TCP, nat->nat_pr[1], nat->nat_nsrcip,
416 NAT_SLAVE|IPN_TCP|SI_W_DPORT, NAT_OUTBOUND);
ip_nat.h 193 #define NAT_TCP 0x0001 /* IPN_TCP */
361 #define IPN_TCP 0x00001
363 #define IPN_TCPUDP (IPN_TCP|IPN_UDP)
365 #define IPN_TCPUDPICMP (IPN_TCP|IPN_UDP|IPN_ICMPERR)
367 #define IPN_TCPUDPICMPQ (IPN_TCP|IPN_UDP|IPN_ICMPQUERY)
ip_ftp_pxy.c 503 nat2 = ipf_nat6_outlookup(&fi, IPN_TCP|NAT_SEARCH,
508 nat2 = ipf_nat6_inlookup(&fi, IPN_TCP|NAT_SEARCH,
517 nat2 = ipf_nat_outlookup(&fi, IPN_TCP|NAT_SEARCH,
522 nat2 = ipf_nat_inlookup(&fi, IPN_TCP|NAT_SEARCH,
559 flags = SI_W_SPORT|NAT_SLAVE|IPN_TCP;
578 (void) ipf_nat_proto(&fi, nat2, IPN_TCP);
869 nflags = IPN_TCP|SI_W_SPORT;
902 (void) ipf_nat_proto(&fi, nat2, IPN_TCP);
ip_nat6.c 1435 flags = IPN_TCP;
1593 flags = IPN_TCP;
1868 /* flags -> relevant are IPN_UDP/IPN_TCP/IPN_ICMPQUERY that indicate if */
2181 /* flags -> relevant are IPN_UDP/IPN_TCP/IPN_ICMPQUERY that indicate if */
2431 if (np->nl_flags & IPN_TCP)
2594 nflags = IPN_TCP;
2992 nflags = IPN_TCP;
ip_nat.c 3637 flags = IPN_TCP;
3756 flags = IPN_TCP;
4018 /* flags -> relevant are IPN_UDP/IPN_TCP/IPN_ICMPQUERY that indicate if */
4347 /* flags -> relevant are IPN_UDP/IPN_TCP/IPN_ICMPQUERY that indicate if */
4597 if (np->nl_flags & IPN_TCP)
4822 nflags = IPN_TCP;
5306 nflags = IPN_TCP;
5740 if ((nflags & IPN_TCP) != 0)
5885 if ((nat->nat_flags & IPN_TCP) != 0)
8236 nflags = IPN_TCP;
    [all...]
  /src/libexec/identd/
ipf.c 59 nl.nl_flags = IPN_TCP | IPN_IN;
  /src/dist/pf/usr.sbin/ftp-proxy/
ipf.c 255 ipn->in_flags = IPN_FIXEDDPORT | IPN_TCP;

Completed in 22 milliseconds