| /src/external/gpl3/gdb/dist/sim/testsuite/cris/c/ |
| sock1.c | 16 int ret = socket (PF_INET, SOCK_STREAM, IPPROTO_TCP);
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/cris/c/ |
| sock1.c | 16 int ret = socket (PF_INET, SOCK_STREAM, IPPROTO_TCP);
|
| /src/external/bsd/tcpdump/dist/ |
| ipproto.h | 52 #ifndef IPPROTO_TCP 53 #define IPPROTO_TCP 6 /* tcp */
|
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| getaddrinfo_hostspec.c | 60 { "http://", SOCK_STREAM, IPPROTO_TCP, 80 }, 61 { "http/", SOCK_STREAM, IPPROTO_TCP, 80 }, 62 { "tcp/", SOCK_STREAM, IPPROTO_TCP, 0 },
|
| /src/external/bsd/ipf/dist/lib/ |
| printpacket6.c | 48 if (p == IPPROTO_TCP || p == IPPROTO_UDP) 57 if (p == IPPROTO_TCP || p == IPPROTO_UDP)
|
| ipft_tx.c | 220 ip->ip_p = IPPROTO_TCP; 241 if (ip->ip_p == IPPROTO_TCP || ip->ip_p == IPPROTO_UDP) { 251 if (ip->ip_p == IPPROTO_TCP) { 261 if (ip->ip_p == IPPROTO_TCP || ip->ip_p == IPPROTO_UDP) { 274 if (ip->ip_p == IPPROTO_TCP) { 328 if (ip->ip_p == IPPROTO_TCP || ip->ip_p == IPPROTO_UDP) 369 ip6->ip6_nxt = IPPROTO_TCP; 391 case IPPROTO_TCP : 404 if (ip6->ip6_nxt == IPPROTO_TCP || ip6->ip6_nxt == IPPROTO_UDP) { 414 if (ip6->ip6_nxt == IPPROTO_TCP) { [all...] |
| printpacket.c | 81 if (ip->ip_p == IPPROTO_TCP || ip->ip_p == IPPROTO_UDP) 86 if (ip->ip_p == IPPROTO_TCP || ip->ip_p == IPPROTO_UDP) 88 if ((ip->ip_p == IPPROTO_TCP) && (tcp->th_flags != 0)) {
|
| printstate.c | 34 if (sp->is_p == IPPROTO_UDP || sp->is_p == IPPROTO_TCP) { 42 if (sp->is_p == IPPROTO_UDP || sp->is_p == IPPROTO_TCP) { 49 if (sp->is_p == IPPROTO_TCP) { 60 if (sp->is_p == IPPROTO_TCP) {
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| vstream_tweak.c | 115 if ((err = getsockopt(vstream_fileno(fp), IPPROTO_TCP, TCP_MAXSEG, 163 if ((err = setsockopt(vstream_fileno(fp), IPPROTO_TCP, TCP_NODELAY,
|
| /src/lib/libc/rpc/ |
| pmap_getport.c | 120 client = get_client(address, protocol == IPPROTO_TCP); 125 client = get_client(address, protocol != IPPROTO_TCP);
|
| /src/usr.sbin/npf/npftest/libnpftest/ |
| npf_bpf_test.c | 56 m = mbuf_get_pkt(AF_INET, IPPROTO_TCP, 112 CHECK_TRUE(npf_bpfcop_run(BPF_MW_L4PROTO) == IPPROTO_TCP);
|
| /src/external/mit/libuv/dist/src/unix/ |
| tcp.c | 455 if (setsockopt(fd, IPPROTO_TCP, TCP_NODELAY, &on, sizeof(on))) 523 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPIDLE, &idle, sizeof(idle))) 528 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPINTVL, &intvl, sizeof(intvl))) 532 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPCNT, &cnt, sizeof(cnt))) 538 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPALIVE_THRESHOLD, &idle, sizeof(idle))) 545 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPALIVE_ABORT_THRESHOLD, &time_to_abort, sizeof(time_to_abort))) 554 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPIDLE, &idle, sizeof(idle))) 558 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPALIVE, &idle, sizeof(idle))) 565 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPINTVL, &intvl, sizeof(intvl))) 571 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPCNT, &cnt, sizeof(cnt)) [all...] |
| /src/sys/netinet/ |
| tcp_usrreq.c | 279 if (level != IPPROTO_TCP) { 1516 if (name[-2] != IPPROTO_TCP) 1685 if (proto == IPPROTO_TCP) { 1725 if (proto == IPPROTO_TCP) { 1896 CTL_NET, pf, IPPROTO_TCP, CTL_EOL); 1903 CTL_NET, pf, IPPROTO_TCP, TCPCTL_RFC1323, CTL_EOL); 1909 CTL_NET, pf, IPPROTO_TCP, TCPCTL_SENDSPACE, CTL_EOL); 1915 CTL_NET, pf, IPPROTO_TCP, TCPCTL_RECVSPACE, CTL_EOL); 1921 CTL_NET, pf, IPPROTO_TCP, TCPCTL_MSSDFLT, CTL_EOL); 1927 CTL_NET, pf, IPPROTO_TCP, CTL_CREATE, CTL_EOL) [all...] |
| /src/external/bsd/ipf/dist/ipsend/ |
| ipsend.c | 273 ip->ip_p = IPPROTO_TCP; 321 if (ip->ip_p == IPPROTO_TCP || ip->ip_p == IPPROTO_UDP) 329 if (ip->ip_p == IPPROTO_TCP) 391 if (ip->ip_p == IPPROTO_TCP) { 398 if (ip->ip_p == IPPROTO_TCP) 428 if (ip->ip_p == IPPROTO_TCP && tcp->th_flags) 437 if (ip->ip_p == IPPROTO_TCP && tcp->th_dport)
|
| resend.c | 55 if (ip->ip_p == IPPROTO_TCP || ip->ip_p == IPPROTO_UDP) 58 if (ip->ip_p == IPPROTO_TCP || ip->ip_p == IPPROTO_UDP) 60 if (ip->ip_p == IPPROTO_TCP) {
|
| /src/sys/net/npf/ |
| npf_state.c | 156 case IPPROTO_TCP: 193 case IPPROTO_TCP: 223 case IPPROTO_TCP:
|
| npf_sendpkt.c | 142 ip->ip_p = IPPROTO_TCP; 155 ip6->ip6_nxt = IPPROTO_TCP; 191 th->th_sum = in6_cksum(m, IPPROTO_TCP, sizeof(struct ip6_hdr), 252 case IPPROTO_TCP:
|
| /src/libexec/identd/ |
| pf.c | 48 nl.proto = IPPROTO_TCP; 59 nl.proto = IPPROTO_TCP;
|
| /src/external/gpl3/gdb.old/dist/gdb/unittests/ |
| parse-connection-spec-selftests.c | 91 IPPROTO_TCP) 96 IPPROTO_TCP)
|
| /src/external/gpl3/gdb/dist/gdb/unittests/ |
| parse-connection-spec-selftests.c | 91 IPPROTO_TCP) 96 IPPROTO_TCP)
|
| /src/crypto/external/apache2/openssl/dist/crypto/bio/ |
| bio_sock2.c | 33 * @protocol: the protocol to use (IPPROTO_TCP, IPPROTO_UDP) 105 if (setsockopt(sock, IPPROTO_TCP, TCP_NODELAY, 165 if (setsockopt(sock, IPPROTO_TCP, OSSL_TFO_CLIENT_SOCKOPT, 320 if (setsockopt(sock, IPPROTO_TCP, TCP_NODELAY, 397 if (setsockopt(sock, IPPROTO_TCP, OSSL_TFO_SERVER_SOCKOPT,
|
| /src/crypto/external/bsd/openssl/dist/crypto/bio/ |
| bio_sock.c | 14 # define SOCKET_PROTOCOL IPPROTO_TCP 296 # if defined(TCP_NODELAY) && (defined(IPPROTO_TCP) || defined(SOL_TCP)) 302 # ifdef IPPROTO_TCP 303 opt = IPPROTO_TCP;
|
| /src/crypto/external/bsd/openssl/dist/include/internal/ |
| ktls.h | 68 return setsockopt(fd, IPPROTO_TCP, TCP_TXTLS_ENABLE, 71 return setsockopt(fd, IPPROTO_TCP, TCP_RXTLS_ENABLE, tls_en, 97 cmsg->cmsg_level = IPPROTO_TCP; 167 if (cmsg->cmsg_level != IPPROTO_TCP || cmsg->cmsg_type != TLS_GET_RECORD
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/bio/ |
| b_sock.c | 15 # define SOCKET_PROTOCOL IPPROTO_TCP 280 # if defined(TCP_NODELAY) && (defined(IPPROTO_TCP) || defined(SOL_TCP)) 286 # ifdef IPPROTO_TCP 287 opt = IPPROTO_TCP;
|
| /src/external/mpl/bind/dist/bin/tests/system/tsig/ |
| tests_badtime.py | 44 sock.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, True)
|