Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/contrib/ipfilter/netinet/
Dip_rcmd_pxy.c227 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);
Dip_nat.h347 #define IPN_TCP 0x00001 macro
349 #define IPN_TCPUDP (IPN_TCP|IPN_UDP)
351 #define IPN_TCPUDPICMP (IPN_TCP|IPN_UDP|IPN_ICMPERR)
353 #define IPN_TCPUDPICMPQ (IPN_TCP|IPN_UDP|IPN_ICMPQUERY)
Dip_irc_pxy.c403 nat2 = ipf_nat_outlookup(fin, IPN_TCP, nat->nat_pr[1], nat->nat_nsrcip,
425 NAT_SLAVE|IPN_TCP|SI_W_DPORT, NAT_OUTBOUND);
Dip_ftp_pxy.c526 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);
Dip_nat6.c1466 flags = IPN_TCP;
1630 flags = IPN_TCP;
2482 if (np->nl_flags & IPN_TCP)
2647 nflags = IPN_TCP;
3045 nflags = IPN_TCP;
Dip_nat.c3698 flags = IPN_TCP;
3820 flags = IPN_TCP;
4670 if (np->nl_flags & IPN_TCP)
4902 nflags = IPN_TCP;
5393 nflags = IPN_TCP;
5834 if ((nflags & IPN_TCP) != 0)
5982 if ((nat->nat_flags & IPN_TCP) != 0)
8431 nflags = IPN_TCP;
/freebsd-10-stable/contrib/ipfilter/lib/
Dprintproto.c24 else if (np->in_flags & IPN_TCP)
/freebsd-10-stable/contrib/ipfilter/samples/
Drelay.c131 nl.nl_flags = IPN_TCP;
Dproxy.c95 natlook.nl_flags = IPN_TCP;
/freebsd-10-stable/contrib/ipfilter/tools/
Dipnat_y.y409 nat->in_flags &= ~IPN_TCP;
1426 nat->in_flags |= IPN_TCP;
1431 nat->in_flags &= ~IPN_TCP;
1465 if ((nat->in_flags & (IPN_TCP|IPN_UDP)) == 0) {
/freebsd-10-stable/contrib/ipfilter/l4check/
Dl4check.c507 ipn->in_flags = IPN_TCP|IPN_ROUNDR;