Searched refs:IPN_TCP (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_rcmd_pxy.c | 227 nat2 = ipf_nat6_outlookup(&fi, NAT_SEARCH|IPN_TCP, 232 nat2 = ipf_nat6_inlookup(&fi, NAT_SEARCH|IPN_TCP, 242 nat2 = ipf_nat_outlookup(&fi, NAT_SEARCH|IPN_TCP, 247 nat2 = ipf_nat_inlookup(&fi, NAT_SEARCH|IPN_TCP, 293 nflags = SI_W_SPORT|NAT_SLAVE|IPN_TCP; 307 (void) ipf_nat_proto(&fi, nat2, IPN_TCP);
|
| H A D | ip_irc_pxy.c | 399 nat2 = ipf_nat_outlookup(fin, IPN_TCP, nat->nat_pr[1], nat->nat_nsrcip, 421 NAT_SLAVE|IPN_TCP|SI_W_DPORT, NAT_OUTBOUND);
|
| H A D | ip_nat.h | 339 #define IPN_TCP 0x00001 macro 341 #define IPN_TCPUDP (IPN_TCP|IPN_UDP) 343 #define IPN_TCPUDPICMP (IPN_TCP|IPN_UDP|IPN_ICMPERR) 345 #define IPN_TCPUDPICMPQ (IPN_TCP|IPN_UDP|IPN_ICMPQUERY)
|
| H A D | ip_ftp_pxy.c | 526 nat2 = ipf_nat6_outlookup(&fi, IPN_TCP|NAT_SEARCH, 531 nat2 = ipf_nat6_inlookup(&fi, IPN_TCP|NAT_SEARCH, 540 nat2 = ipf_nat_outlookup(&fi, IPN_TCP|NAT_SEARCH, 545 nat2 = ipf_nat_inlookup(&fi, IPN_TCP|NAT_SEARCH, 582 flags = SI_W_SPORT|NAT_SLAVE|IPN_TCP; 601 (void) ipf_nat_proto(&fi, nat2, IPN_TCP); 915 nflags = IPN_TCP|SI_W_SPORT; 947 (void) ipf_nat_proto(&fi, nat2, IPN_TCP);
|
| H A D | ip_nat6.c | 1460 flags = IPN_TCP; 1624 flags = IPN_TCP; 2476 if (np->nl_flags & IPN_TCP) 2641 nflags = IPN_TCP; 3039 nflags = IPN_TCP;
|
| H A D | ip_nat.c | 3687 flags = IPN_TCP; 3809 flags = IPN_TCP; 4659 if (np->nl_flags & IPN_TCP) 4891 nflags = IPN_TCP; 5382 nflags = IPN_TCP; 5820 if ((nflags & IPN_TCP) != 0) 5968 if ((nat->nat_flags & IPN_TCP) != 0) 8395 nflags = IPN_TCP;
|