HomeSort by relevance Sort by last modified time
    Searched refs:SOL_TCP (Results 1 - 25 of 54) sorted by null

1 2 3

  /system/netd/libnetdutils/
SocketOption.cpp 40 RETURN_IF_NOT_OK(sys.setsockopt(sock, SOL_TCP, TCP_KEEPIDLE, &idleTime, sizeof(idleTime)));
43 RETURN_IF_NOT_OK(sys.setsockopt(sock, SOL_TCP, TCP_KEEPCNT, &numProbes, sizeof(numProbes)));
46 RETURN_IF_NOT_OK(sys.setsockopt(sock, SOL_TCP, TCP_KEEPINTVL, &probeInterval,
  /external/strace/xlat/
socketlayers.h 8 #if !(defined(SOL_TCP) || (defined(HAVE_DECL_SOL_TCP) && HAVE_DECL_SOL_TCP))
9 # define SOL_TCP 6
116 XLAT(SOL_TCP),
  /external/strace/tests/
net-yy-inet.c 87 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",
msg_control.c 49 #ifndef SOL_TCP
50 # define SOL_TCP 6
782 cmsg->cmsg_level = SOL_TCP;
793 (unsigned) cmsg->cmsg_len, "SOL_TCP", cmsg->cmsg_type,
  /external/strace/tests-m32/
net-yy-inet.c 87 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",
msg_control.c 49 #ifndef SOL_TCP
50 # define SOL_TCP 6
782 cmsg->cmsg_level = SOL_TCP;
793 (unsigned) cmsg->cmsg_len, "SOL_TCP", cmsg->cmsg_type,
  /external/strace/tests-mx32/
net-yy-inet.c 87 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",
msg_control.c 49 #ifndef SOL_TCP
50 # define SOL_TCP 6
782 cmsg->cmsg_level = SOL_TCP;
793 (unsigned) cmsg->cmsg_len, "SOL_TCP", cmsg->cmsg_type,
  /external/iproute2/include/netinet/
tcp.h 168 # define SOL_TCP 6 /* TCP level */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
tcp.h 170 # define SOL_TCP 6 /* TCP level */
  /system/extras/tests/tcp_nuke_addr/
tcp_nuke_addr_test.cpp 40 if (setsockopt(s, SOL_TCP, TCP_LINGER2, &nolinger, sizeof(nolinger)) == -1) {
  /external/honggfuzz/examples/linux_kernel_ip/
tun.c 113 setsockopt(tcp_sock, SOL_TCP, TCP_MD5SIG, (void*)md5s, sizeof(md5s));
  /bionic/libc/include/sys/
socket.h 259 #define SOL_TCP 6
  /kernel/tests/net/test/
qtaguid_test.py 122 self.accepted.setsockopt(net_test.SOL_TCP, net_test.TCP_LINGER2, -1)
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
socket.rb 51 @connection.setsockopt( Socket::SOL_TCP, Socket::TCP_NODELAY, 1 )
  /system/netd/server/dns/
DnsTlsSocket.cpp 91 const Status tfo = enableSockopt(mSslFd.get(), SOL_TCP, TCP_FASTOPEN_CONNECT);
  /external/linux-kselftest/tools/testing/selftests/net/
reuseport_bpf.c 176 if (setsockopt(fd[i], SOL_TCP, TCP_FASTOPEN, &opt,
  /external/python/cpython2/Lib/plat-atheos/
IN.py 782 SOL_TCP = 6
  /external/strace/
net.c 426 case SOL_TCP:
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
debug.py 882 self.connection.setsockopt(socket.SOL_TCP, socket.TCP_NODELAY, 1)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
socketmodule.c     [all...]
  /external/python/cpython2/Modules/
socketmodule.c     [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]

Completed in 2689 milliseconds

1 2 3