Searched refs:TCP_INQ (Results 1 – 6 of 6) sorted by relevance
/external/strace/xlat/ |
D | 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),
|
D | sock_tcp_options.in | 37 TCP_INQ 36
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | tcp_inq.c | 21 #ifndef TCP_INQ 22 #define TCP_INQ 36 macro 26 #define TCP_CM_INQ TCP_INQ 146 if (setsockopt(fd, SOL_TCP, TCP_INQ, &one, sizeof(one)) != 0) in main()
|
/external/kernel-headers/original/uapi/linux/ |
D | tcp.h | 126 #define TCP_INQ 36 /* Notify bytes available to read as a cmsg on read */ macro 128 #define TCP_CM_INQ TCP_INQ
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | tcp_posix.cc | 67 #ifndef TCP_INQ 68 #define TCP_INQ 36 macro 69 #define TCP_CM_INQ TCP_INQ 1831 if (setsockopt(tcp->fd, SOL_TCP, TCP_INQ, &one, sizeof(one)) == 0) { in grpc_tcp_create()
|
/external/strace/ |
D | ChangeLog | 1485 (TCP_INQ): New constant, introduced by Linux commit v4.18-rc1~114^2~330.
|