Home
last modified time | relevance | path

Searched refs:TCP_INQ (Results 1 – 6 of 6) sorted by relevance

/external/strace/xlat/
Dsock_tcp_options.h251 #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),
Dsock_tcp_options.in37 TCP_INQ 36
/external/linux-kselftest/tools/testing/selftests/net/
Dtcp_inq.c21 #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/
Dtcp.h126 #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/
Dtcp_posix.cc67 #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/
DChangeLog1485 (TCP_INQ): New constant, introduced by Linux commit v4.18-rc1~114^2~330.