Home
last modified time | relevance | path

Searched refs:SO_KEEPALIVE (Results 1 – 25 of 64) sorted by relevance

123

/third_party/openssl/crypto/bio/
Dbio_sock2.c92 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/
Dsocket.h9 #define SO_KEEPALIVE 9 macro
/third_party/musl/arch/powerpc64/bits/
Dsocket.h9 #define SO_KEEPALIVE 9 macro
/third_party/musl/arch/mips/bits/
Dsocket.h9 #define SO_KEEPALIVE 0x0008 macro
/third_party/musl/arch/mipsn32/bits/
Dsocket.h9 #define SO_KEEPALIVE 0x0008 macro
/third_party/musl/arch/mips64/bits/
Dsocket.h7 #define SO_KEEPALIVE 0x0008 macro
/third_party/musl/libc-test/src/api/
Dsys_socket.c66 C(SO_KEEPALIVE) in f()
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/
Dmod.rs21 pub const SO_KEEPALIVE: ::c_int = 0x0008; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/
Dmod.rs14 pub const SO_KEEPALIVE: ::c_int = 9; constant
/third_party/libwebsockets/lib/plat/freertos/
Dfreertos-sockets.c102 if (setsockopt(fd, SOL_SOCKET, SO_KEEPALIVE, in lws_plat_set_socket_options()
/third_party/musl/libc-test/src/functionalext/supplement/network/
Dgetsockopt_network.c148 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/
Dmod.rs20 pub const SO_KEEPALIVE: ::c_int = 0x0008; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/
Dmod.rs29 pub const SO_KEEPALIVE: ::c_int = 9; constant
/third_party/libcoap/src/
Dcoap_tcp.c223 if (setsockopt (sock->fd, SOL_SOCKET, SO_KEEPALIVE, OPTVAL_T(&on),
/third_party/musl/include/sys/
Dsocket.h208 #define SO_KEEPALIVE 9 macro
/third_party/musl/porting/linux/user/include/sys/
Dsocket.h212 #define SO_KEEPALIVE 9 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dsocket.h197 #define SO_KEEPALIVE 9 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dsocket.h208 #define SO_KEEPALIVE 9 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dsocket.h208 #define SO_KEEPALIVE 9 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dsocket.h208 #define SO_KEEPALIVE 9 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsocket.h208 #define SO_KEEPALIVE 9 macro
/third_party/musl/ndk_musl_include/sys/
Dsocket.h212 #define SO_KEEPALIVE 9 macro
/third_party/toybox/toys/pending/
Dtelnet.c312 setsockopt(TT.sfd, SOL_SOCKET, SO_KEEPALIVE, &set, sizeof(set)); in telnet_main()
/third_party/libuv/src/unix/
Dtcp.c384 if (setsockopt(fd, SOL_SOCKET, SO_KEEPALIVE, &on, sizeof(on))) in uv__tcp_keepalive()
/third_party/libwebsockets/lib/plat/windows/
Dwindows-sockets.c106 if (setsockopt(fd, SOL_SOCKET, SO_KEEPALIVE, in lws_plat_set_socket_options()

123