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

1 2

  /system/extras/tests/tcp_nuke_addr/
tcp_nuke_addr_test.cpp 20 #ifndef TCP_LINGER2
21 #define TCP_LINGER2 8
40 if (setsockopt(s, SOL_TCP, TCP_LINGER2, &nolinger, sizeof(nolinger)) == -1) {
41 PERROR_EXIT("TCP_LINGER2");
  /external/strace/xlat/
socktcpoptions.h 32 #if defined(TCP_LINGER2) || (defined(HAVE_DECL_TCP_LINGER2) && HAVE_DECL_TCP_LINGER2)
33 XLAT(TCP_LINGER2),
  /bionic/libc/kernel/uapi/linux/
tcp.h 66 #define TCP_LINGER2 8
  /external/iproute2/include/netinet/
tcp.h 47 #define TCP_LINGER2 8 /* Life time of orphaned FIN-WAIT-2 state */
  /external/iproute2/include/uapi/linux/
tcp.h 99 #define TCP_LINGER2 8 /* Life time of orphaned FIN-WAIT-2 state */
  /external/kernel-headers/original/uapi/linux/
tcp.h 99 #define TCP_LINGER2 8 /* Life time of orphaned FIN-WAIT-2 state */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
tcp.h 98 #define TCP_LINGER2 8 /* Life time of orphaned FIN-WAIT-2 state */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
tcp.h 47 #define TCP_LINGER2 8 /* Life time of orphaned FIN-WAIT-2 state */
  /kernel/tests/net/test/
qtaguid_test.py 122 self.accepted.setsockopt(net_test.SOL_TCP, net_test.TCP_LINGER2, -1)
  /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...]
zerrors_linux_arm.go     [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]
zerrors_linux_mipsle.go     [all...]
zerrors_solaris_amd64.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]
zerrors_linux_arm64.go     [all...]

Completed in 442 milliseconds

1 2