Searched refs:IPPROTO_TCP (Results 101 - 125 of 286) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/netgraph/
H A Dng_checksum.c354 case IPPROTO_TCP:
480 case IPPROTO_TCP:
H A Dng_tcpmss.c314 if (!(ip->ip_p == IPPROTO_TCP))
/freebsd-11-stable/contrib/ipfilter/samples/
H A Dproxy.c150 nat->nat_p = IPPROTO_TCP;
/freebsd-11-stable/lib/libc/rpc/
H A Dclnt_generic.c381 _setsockopt(fd, IPPROTO_TCP, TCP_NODELAY, &one,
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_acpt.c70 # define SOCKET_PROTOCOL IPPROTO_TCP
/freebsd-11-stable/sys/netgraph/netflow/
H A Dnetflow.c125 case IPPROTO_TCP:
141 case IPPROTO_TCP:
733 case IPPROTO_TCP:
847 case IPPROTO_TCP:
/freebsd-11-stable/tools/tools/netrate/tcpp/
H A Dtcpp_client.c120 if (setsockopt(fd, IPPROTO_TCP, TCP_NODELAY, &i, sizeof(i)) < 0)
/freebsd-11-stable/crypto/openssh/regress/
H A Dnetcat.c334 hints.ai_protocol = uflag ? IPPROTO_UDP : IPPROTO_TCP;
362 proxyhints.ai_protocol = IPPROTO_TCP;
637 ahints.ai_protocol = uflag ? IPPROTO_UDP : IPPROTO_TCP;
1169 if (setsockopt(s, IPPROTO_TCP, TCP_MD5SIG,
/freebsd-11-stable/crypto/openssl/apps/
H A Ds_socket.c118 # define SOCKET_PROTOCOL IPPROTO_TCP
/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_irc.c368 IPPROTO_TCP, 1);
/freebsd-11-stable/sys/netinet/
H A Din.h43 #define IPPROTO_TCP 6 /* tcp */ macro
H A Dtcp_lro.c231 IPPROTO_TCP);
523 if (ip6->ip6_nxt != IPPROTO_TCP)
541 if (ip4->ip_p != IPPROTO_TCP)
H A Dtcp_syncache.c1685 ip6->ip6_nxt = IPPROTO_TCP;
1709 ip->ip_p = IPPROTO_TCP;
1817 IPPROTO_TCP, 0);
1839 htons(tlen + optlen - hlen + IPPROTO_TCP));
2261 xt.xt_socket.xso_protocol = IPPROTO_TCP;
/freebsd-11-stable/sbin/ggate/shared/
H A Dggate.c286 if (setsockopt(sfd, IPPROTO_TCP, TCP_NODELAY, &on,
/freebsd-11-stable/sbin/natd/
H A Dnatd.c561 case IPPROTO_TCP:
700 case IPPROTO_TCP:
854 case IPPROTO_TCP:
1945 return IPPROTO_TCP;
/freebsd-11-stable/usr.bin/procstat/
H A Dprocstat_files.c60 case IPPROTO_TCP:
/freebsd-11-stable/contrib/amd/libamu/
H A Dmount_fs.c968 # ifdef IPPROTO_TCP
971 nap->proto = IPPROTO_TCP;
975 # endif /* IPPROTO_TCP */
1306 nap->proto = IPPROTO_TCP;
/freebsd-11-stable/sys/dev/cxgbe/cxgbei/
H A Dicl_cxgbei.c496 opt.sopt_level = IPPROTO_TCP;
527 MPASS(so->so_proto->pr_protocol == IPPROTO_TCP);
639 so->so_proto->pr_protocol != IPPROTO_TCP) {
/freebsd-11-stable/sbin/ipfw/
H A Dnat64lsn.c108 case IPPROTO_TCP:
124 if (stg->proto == IPPROTO_TCP) {
134 case IPPROTO_TCP:
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_ha.c395 opt.sopt_level = IPPROTO_TCP;
437 IPPROTO_TCP, td->td_ucred, td);
531 IPPROTO_TCP, td->td_ucred, td);
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_rpcb_pxy.c469 if (!(xdr == IPPROTO_UDP || xdr == IPPROTO_TCP))
1124 xp->xp_proto = IPPROTO_TCP;
1179 if (proto == IPPROTO_TCP) {
/freebsd-11-stable/sys/dev/ixgbe/
H A Dix_txrx.c809 case IPPROTO_TCP:
898 if (ip->ip_p != IPPROTO_TCP)
904 ip->ip_dst.s_addr, htons(IPPROTO_TCP));
914 if (ip6->ip6_nxt != IPPROTO_TCP)
918 th->th_sum = in6_cksum_pseudo(ip6, 0, IPPROTO_TCP, 0);
/freebsd-11-stable/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c284 case IPPROTO_TCP:
387 if (ip->ip_p == IPPROTO_TCP)
1506 if (proto == IPPROTO_TCP)
1670 nat64lsn_proto_map[IPPROTO_TCP] = NAT_PROTO_TCP;
1676 nat64lsn_rproto_map[NAT_PROTO_TCP] = IPPROTO_TCP;
/freebsd-11-stable/sys/dev/ixl/
H A Dixl_txrx.c762 case IPPROTO_TCP:
835 if (ip6->ip6_nxt != IPPROTO_TCP)
839 th->th_sum = in6_cksum_pseudo(ip6, 0, IPPROTO_TCP, 0);
852 if (ip->ip_p != IPPROTO_TCP)
858 ip->ip_dst.s_addr, htons(IPPROTO_TCP));
/freebsd-11-stable/contrib/ipfilter/iplang/
H A Diplang_y.y653 else if (type == IPPROTO_TCP)
963 if ((ip->ip_p) && (ip->ip_p != IPPROTO_TCP)) {
967 ip->ip_p = IPPROTO_TCP;
969 tcp = (tcphdr_t *)new_header(IPPROTO_TCP);
1770 if (aip->ah_p == IPPROTO_TCP)

Completed in 357 milliseconds

1234567891011>>