Searched refs:SOL_TCP (Results 1 - 19 of 19) sorted by relevance

/external/strace/xlat/
H A Dsocketlayers.h8 #if !(defined(SOL_TCP) || (defined(HAVE_DECL_SOL_TCP) && HAVE_DECL_SOL_TCP))
9 # define SOL_TCP 6 macro
116 XLAT(SOL_TCP),
/external/strace/tests/
H A Dnet-yy-inet.c87 if (getsockopt(listen_fd, SOL_TCP, TCP_MAXSEG, optval, len))
89 printf("getsockopt(%d<TCP:[127.0.0.1:%u]>, SOL_TCP, TCP_MAXSEG"
142 if (setsockopt(connect_fd, SOL_TCP, TCP_MAXSEG, optval, *len))
145 ", SOL_TCP, TCP_MAXSEG, [%u], %u) = 0\n",
H A Dmsg_control.c49 #ifndef SOL_TCP
50 # define SOL_TCP 6 macro
782 cmsg->cmsg_level = SOL_TCP;
793 (unsigned) cmsg->cmsg_len, "SOL_TCP", cmsg->cmsg_type,
/external/strace/tests-m32/
H A Dnet-yy-inet.c87 if (getsockopt(listen_fd, SOL_TCP, TCP_MAXSEG, optval, len))
89 printf("getsockopt(%d<TCP:[127.0.0.1:%u]>, SOL_TCP, TCP_MAXSEG"
142 if (setsockopt(connect_fd, SOL_TCP, TCP_MAXSEG, optval, *len))
145 ", SOL_TCP, TCP_MAXSEG, [%u], %u) = 0\n",
H A Dmsg_control.c49 #ifndef SOL_TCP
50 # define SOL_TCP 6 macro
782 cmsg->cmsg_level = SOL_TCP;
793 (unsigned) cmsg->cmsg_len, "SOL_TCP", cmsg->cmsg_type,
/external/strace/tests-mx32/
H A Dnet-yy-inet.c87 if (getsockopt(listen_fd, SOL_TCP, TCP_MAXSEG, optval, len))
89 printf("getsockopt(%d<TCP:[127.0.0.1:%u]>, SOL_TCP, TCP_MAXSEG"
142 if (setsockopt(connect_fd, SOL_TCP, TCP_MAXSEG, optval, *len))
145 ", SOL_TCP, TCP_MAXSEG, [%u], %u) = 0\n",
H A Dmsg_control.c49 #ifndef SOL_TCP
50 # define SOL_TCP 6 macro
782 cmsg->cmsg_level = SOL_TCP;
793 (unsigned) cmsg->cmsg_len, "SOL_TCP", cmsg->cmsg_type,
/external/iproute2/include/netinet/
H A Dtcp.h168 # define SOL_TCP 6 /* TCP level */ macro
/external/honggfuzz/examples/linux_kernel_ip/
H A Dtun.c113 setsockopt(tcp_sock, SOL_TCP, TCP_MD5SIG, (void*)md5s, sizeof(md5s));
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
H A Dsocket.rb51 @connection.setsockopt( Socket::SOL_TCP, Socket::TCP_NODELAY, 1 )
/external/linux-kselftest/tools/testing/selftests/net/
H A Dreuseport_bpf.c176 if (setsockopt(fd[i], SOL_TCP, TCP_FASTOPEN, &opt,
/external/python/cpython2/Lib/plat-atheos/
H A DIN.py782 SOL_TCP = 6 variable
/external/strace/
H A Dnet.c426 case SOL_TCP:
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Ddebug.py882 self.connection.setsockopt(socket.SOL_TCP, socket.TCP_NODELAY, 1)
/external/python/cpython2/Modules/
H A Dsocketmodule.c5030 #ifdef SOL_TCP
5031 PyModule_AddIntConstant(m, "SOL_TCP", SOL_TCP);
5033 PyModule_AddIntConstant(m, "SOL_TCP", 6);
/external/python/cpython3/Lib/test/
H A Dtest_socket.py1291 socket.getaddrinfo(HOST, None, 0, 0, socket.SOL_TCP)
1307 a = socket.getaddrinfo(HOST, None, 0, 0, socket.SOL_TCP)
1308 b = socket.getaddrinfo(HOST, None, proto=socket.SOL_TCP)
/external/python/cpython2/Lib/test/
H A Dtest_socket.py693 socket.getaddrinfo(HOST, None, 0, 0, socket.SOL_TCP)
/external/python/cpython3/Lib/test/test_asyncio/
H A Dtest_base_events.py1289 socket.SOL_TCP, '', ('1.2.3.4', 80))])
/external/python/cpython3/Modules/
H A Dsocketmodule.c7089 #ifdef SOL_TCP
7090 PyModule_AddIntMacro(m, SOL_TCP);
7092 PyModule_AddIntConstant(m, "SOL_TCP", 6);

Completed in 7131 milliseconds