/third_party/openssl/crypto/bio/ |
D | bio_sock2.c | 92 if (setsockopt(sock, SOL_SOCKET, SO_KEEPALIVE, in BIO_connect() 246 if (setsockopt(sock, SOL_SOCKET, SO_KEEPALIVE, in BIO_listen()
|
/third_party/musl/arch/powerpc/bits/ |
D | socket.h | 9 #define SO_KEEPALIVE 9 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | socket.h | 9 #define SO_KEEPALIVE 9 macro
|
/third_party/musl/arch/mips/bits/ |
D | socket.h | 9 #define SO_KEEPALIVE 0x0008 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | socket.h | 9 #define SO_KEEPALIVE 0x0008 macro
|
/third_party/musl/arch/mips64/bits/ |
D | socket.h | 7 #define SO_KEEPALIVE 0x0008 macro
|
/third_party/musl/libc-test/src/api/ |
D | sys_socket.c | 66 C(SO_KEEPALIVE) in f()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/ |
D | mod.rs | 21 pub const SO_KEEPALIVE: ::c_int = 0x0008; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/ |
D | mod.rs | 14 pub const SO_KEEPALIVE: ::c_int = 9; constant
|
/third_party/libwebsockets/lib/plat/freertos/ |
D | freertos-sockets.c | 102 if (setsockopt(fd, SOL_SOCKET, SO_KEEPALIVE, in lws_plat_set_socket_options()
|
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
D | getsockopt_network.c | 148 int content = getsockopt(sockfd, SOL_SOCKET, SO_KEEPALIVE, &optval, (socklen_t *)(&optlen)); in getsockopt_0900()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/ |
D | mod.rs | 20 pub const SO_KEEPALIVE: ::c_int = 0x0008; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/ |
D | mod.rs | 29 pub const SO_KEEPALIVE: ::c_int = 9; constant
|
/third_party/libcoap/src/ |
D | coap_tcp.c | 223 if (setsockopt (sock->fd, SOL_SOCKET, SO_KEEPALIVE, OPTVAL_T(&on),
|
/third_party/musl/include/sys/ |
D | socket.h | 208 #define SO_KEEPALIVE 9 macro
|
/third_party/musl/porting/linux/user/include/sys/ |
D | socket.h | 212 #define SO_KEEPALIVE 9 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | socket.h | 197 #define SO_KEEPALIVE 9 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | socket.h | 208 #define SO_KEEPALIVE 9 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | socket.h | 208 #define SO_KEEPALIVE 9 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | socket.h | 208 #define SO_KEEPALIVE 9 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | socket.h | 208 #define SO_KEEPALIVE 9 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | socket.h | 212 #define SO_KEEPALIVE 9 macro
|
/third_party/toybox/toys/pending/ |
D | telnet.c | 312 setsockopt(TT.sfd, SOL_SOCKET, SO_KEEPALIVE, &set, sizeof(set)); in telnet_main()
|
/third_party/libuv/src/unix/ |
D | tcp.c | 384 if (setsockopt(fd, SOL_SOCKET, SO_KEEPALIVE, &on, sizeof(on))) in uv__tcp_keepalive()
|
/third_party/libwebsockets/lib/plat/windows/ |
D | windows-sockets.c | 106 if (setsockopt(fd, SOL_SOCKET, SO_KEEPALIVE, in lws_plat_set_socket_options()
|