Home
last modified time | relevance | path

Searched refs:SOL_TCP (Results 1 - 22 of 22) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Dsocket-util.c152 #if defined(SOL_TCP) || defined(IPPROTO_TCP) in pa_make_tcp_socket_low_delay()
155 #if defined(SOL_TCP) in pa_make_tcp_socket_low_delay()
156 if (setsockopt(fd, SOL_TCP, TCP_NODELAY, (const void *) &on, sizeof(on)) < 0) in pa_make_tcp_socket_low_delay()
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_sock.c296 # 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/openssl/crypto/bio/
H A Dbio_sock.c296 # 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/
H A Dprivate-lib-plat-windows.h50 #define SOL_TCP IPPROTO_TCP macro
/third_party/musl/porting/uniproton/kernel/include/netinet/
H A Dtcp.h96 #define SOL_TCP 6 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H A Dtcp.h96 #define SOL_TCP 6 macro
/third_party/musl/porting/liteos_a/kernel/include/netinet/
H A Dtcp.h100 #define SOL_TCP 6 macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H A Dtcp.h96 #define SOL_TCP 6 macro
/third_party/musl/include/netinet/
H A Dtcp.h100 #define SOL_TCP 6 macro
/third_party/node/deps/openssl/openssl/include/internal/
H A Dktls.h273 return setsockopt(fd, SOL_TCP, TCP_ULP, "tls", sizeof("tls")) ? 0 : 1; in ktls_enable()
/third_party/openssl/include/internal/
H A Dktls.h273 return setsockopt(fd, SOL_TCP, TCP_ULP, "tls", sizeof("tls")) ? 0 : 1; in ktls_enable()
/third_party/libwebsockets/lib/plat/unix/
H A Dunix-sockets.c188 if (!unix_skt && setsockopt(fd, SOL_TCP, TCP_NODELAY, (const void *)&optval, optlen) < 0) in lws_plat_set_socket_options()
/third_party/libwebsockets/lib/roles/http/server/
H A Dserver.c27 #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/rust/crates/libc/src/unix/newlib/
H A Dmod.rs435 pub const SOL_TCP: ::c_int = 6; consts
/third_party/backends/backend/
H A Dnet.c458 # ifdef SOL_TCP
459 level = SOL_TCP;
460 # else /* !SOL_TCP */
470 # endif /* SOL_TCP */
/third_party/nghttp2/src/
H A Dshrpx.cc159 // conditional define for SOL_TCP mostly on ubuntu
160 # ifndef SOL_TCP
161 # define SOL_TCP 6 macro
941 if (setsockopt(fd, SOL_TCP, TCP_FASTOPEN, &val, in create_tcp_server_socket()
/third_party/backends/frontend/
H A Dsaned.c2357 # ifdef SOL_TCP
2358 level = SOL_TCP;
2359 # else /* !SOL_TCP */
2371 # endif /* SOL_TCP */
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs677 pub const SOL_TCP: ::c_int = 6; consts
/third_party/python/Modules/
H A Dsocketmodule.c7826 #ifdef SOL_TCP
7827 PyModule_AddIntMacro(m, SOL_TCP);
7829 PyModule_AddIntConstant(m, "SOL_TCP", 6);
/third_party/python/Lib/test/
H A Dtest_socket.py1553 socket.getaddrinfo(HOST, None, 0, 0, socket.SOL_TCP)
1569 a = socket.getaddrinfo(HOST, None, 0, 0, socket.SOL_TCP)
1570 b = socket.getaddrinfo(HOST, None, proto=socket.SOL_TCP)
/third_party/python/Lib/test/test_asyncio/
H A Dtest_base_events.py1419 socket.SOL_TCP, '', ('1.2.3.4', 80))])
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1654 pub const SOL_TCP: ::c_int = 6; consts

Completed in 67 milliseconds