/third_party/pulseaudio/src/pulsecore/ |
D | socket-util.c | 155 #if defined(SOL_TCP) || defined(IPPROTO_TCP) in pa_make_tcp_socket_low_delay() 158 #if defined(SOL_TCP) in pa_make_tcp_socket_low_delay() 159 if (setsockopt(fd, SOL_TCP, TCP_NODELAY, (const void *) &on, sizeof(on)) < 0) in pa_make_tcp_socket_low_delay()
|
/third_party/openssl/crypto/bio/ |
D | bio_sock.c | 296 # if defined(TCP_NODELAY) && (defined(IPPROTO_TCP) || defined(SOL_TCP)) in BIO_set_tcp_ndelay() 299 # ifdef SOL_TCP in BIO_set_tcp_ndelay() 300 opt = SOL_TCP; in BIO_set_tcp_ndelay()
|
/third_party/libwebsockets/lib/plat/windows/ |
D | private-lib-plat-windows.h | 50 #define SOL_TCP IPPROTO_TCP macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/ |
D | tcp.h | 96 #define SOL_TCP 6 macro
|
/third_party/musl/porting/liteos_m/kernel/include/netinet/ |
D | tcp.h | 96 #define SOL_TCP 6 macro
|
/third_party/musl/porting/uniproton/kernel/include/netinet/ |
D | tcp.h | 96 #define SOL_TCP 6 macro
|
/third_party/musl/ndk_musl_include/netinet/ |
D | tcp.h | 96 #define SOL_TCP 6 macro
|
/third_party/musl/porting/liteos_a/kernel/include/netinet/ |
D | tcp.h | 100 #define SOL_TCP 6 macro
|
/third_party/musl/include/netinet/ |
D | tcp.h | 100 #define SOL_TCP 6 macro
|
/third_party/openssl/include/internal/ |
D | ktls.h | 273 return setsockopt(fd, SOL_TCP, TCP_ULP, "tls", sizeof("tls")) ? 0 : 1; in ktls_enable()
|
/third_party/libwebsockets/lib/plat/unix/ |
D | unix-sockets.c | 182 if (!unix_skt && setsockopt(fd, SOL_TCP, TCP_NODELAY, (const void *)&optval, optlen) < 0) in lws_plat_set_socket_options()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 869 SOL_TCP
|
D | linux.txt | 2269 SOL_TCP
|
D | android.txt | 2188 SOL_TCP
|
/third_party/rust/crates/libc/src/unix/newlib/ |
D | mod.rs | 435 pub const SOL_TCP: ::c_int = 6; constant
|
/third_party/libwebsockets/lib/roles/http/server/ |
D | server.c | 27 #if !defined(SOL_TCP) && defined(IPPROTO_TCP) 28 #define SOL_TCP IPPROTO_TCP macro 358 if (setsockopt(wsi->desc.sockfd, SOL_TCP, TCP_FASTOPEN, in _lws_vhost_init_server_af()
|
/third_party/nghttp2/src/ |
D | shrpx.cc | 160 # ifndef SOL_TCP 161 # define SOL_TCP 6 macro 982 if (setsockopt(fd, SOL_TCP, TCP_FASTOPEN, &val, in create_tcp_server_socket()
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 677 pub const SOL_TCP: ::c_int = 6; constant
|
/third_party/python/Lib/test/ |
D | test_socket.py | 1525 socket.getaddrinfo(HOST, None, 0, 0, socket.SOL_TCP) 1541 a = socket.getaddrinfo(HOST, None, 0, 0, socket.SOL_TCP) 1542 b = socket.getaddrinfo(HOST, None, proto=socket.SOL_TCP)
|
/third_party/python/Modules/ |
D | socketmodule.c | 7676 #ifdef SOL_TCP 7677 PyModule_AddIntMacro(m, SOL_TCP);
|
/third_party/python/Lib/test/test_asyncio/ |
D | test_base_events.py | 1420 socket.SOL_TCP, '', ('1.2.3.4', 80))])
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1654 pub const SOL_TCP: ::c_int = 6; constant
|