HomeSort by relevance Sort by last modified time
    Searched refs:TCP_INQ (Results 1 - 4 of 4) sorted by null

  /external/linux-kselftest/tools/testing/selftests/net/
tcp_inq.c 5 * Simple example on how to use TCP_INQ and TCP_CM_INQ.
31 #ifndef TCP_INQ
32 #define TCP_INQ 36
36 #define TCP_CM_INQ TCP_INQ
93 /* TCP_INQ can overestimate in-queue by one byte if we send
156 if (setsockopt(fd, SOL_TCP, TCP_INQ, &one, sizeof(one)) != 0)
157 error(1, errno, "setsockopt(TCP_INQ)");
  /external/strace/xlat/
sock_tcp_options.h 251 #if defined(TCP_INQ) || (defined(HAVE_DECL_TCP_INQ) && HAVE_DECL_TCP_INQ)
253 static_assert((TCP_INQ) == (36), "TCP_INQ != 36");
256 # define TCP_INQ 36
304 [TCP_INQ] = XLAT(TCP_INQ),
  /bionic/libc/kernel/uapi/linux/
tcp.h 93 #define TCP_INQ 36
94 #define TCP_CM_INQ TCP_INQ
  /external/kernel-headers/original/uapi/linux/
tcp.h 126 #define TCP_INQ 36 /* Notify bytes available to read as a cmsg on read */
128 #define TCP_CM_INQ TCP_INQ

Completed in 107 milliseconds