Home
last modified time | relevance | path

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

123

/third_party/node/deps/openssl/openssl/crypto/bio/
H A 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/openssl/crypto/bio/
H A 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/
H A Dsocket.h9 #define SO_KEEPALIVE 9 macro
/third_party/musl/arch/powerpc64/bits/
H A Dsocket.h9 #define SO_KEEPALIVE 9 macro
/third_party/musl/arch/mips/bits/
H A Dsocket.h9 #define SO_KEEPALIVE 0x0008 macro
/third_party/musl/arch/mips64/bits/
H A Dsocket.h7 #define SO_KEEPALIVE 0x0008 macro
/third_party/musl/arch/mipsn32/bits/
H A Dsocket.h9 #define SO_KEEPALIVE 0x0008 macro
/third_party/musl/libc-test/src/api/
H A Dsys_socket.c66 C(SO_KEEPALIVE) in f()
/third_party/libwebsockets/lib/plat/freertos/
H A 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/
H A Dgetsockopt_network.c140 * @tc.desc : SOL_SOCKET,SO_KEEPALIVE
148 int content = getsockopt(sockfd, SOL_SOCKET, SO_KEEPALIVE, &optval, (socklen_t *)(&optlen)); in getsockopt_0900()
/third_party/libcoap/src/
H A Dcoap_tcp.c233 if (setsockopt(sock->fd, SOL_SOCKET, SO_KEEPALIVE, OPTVAL_T(&on),
235 coap_log_warn("coap_socket_bind_tcp: setsockopt SO_KEEPALIVE: %s\n",
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dsocket.h208 #define SO_KEEPALIVE 9 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dsocket.h197 #define SO_KEEPALIVE 9 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsocket.h208 #define SO_KEEPALIVE 9 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dsocket.h208 #define SO_KEEPALIVE 9 macro
/third_party/musl/porting/linux/user/include/sys/
H A Dsocket.h212 #define SO_KEEPALIVE 9 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dsocket.h208 #define SO_KEEPALIVE 9 macro
/third_party/musl/include/sys/
H A Dsocket.h212 #define SO_KEEPALIVE 9 macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/
H A Dmod.rs29 pub const SO_KEEPALIVE: ::c_int = 9; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/
H A Dmod.rs20 pub const SO_KEEPALIVE: ::c_int = 0x0008; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/
H A Dmod.rs21 pub const SO_KEEPALIVE: ::c_int = 0x0008; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/
H A Dmod.rs14 pub const SO_KEEPALIVE: ::c_int = 9; consts
/third_party/toybox/toys/pending/
H A Dtelnet.c312 setsockopt(TT.sfd, SOL_SOCKET, SO_KEEPALIVE, &set, sizeof(set)); in telnet_main()
/third_party/libuv/src/unix/
H A Dtcp.c464 if (setsockopt(fd, SOL_SOCKET, SO_KEEPALIVE, &on, sizeof(on))) in uv__tcp_keepalive()
/third_party/libwebsockets/lib/plat/windows/
H A Dwindows-sockets.c108 if (setsockopt(fd, SOL_SOCKET, SO_KEEPALIVE, in lws_plat_set_socket_options()
112 lwsl_err("setsockopt SO_KEEPALIVE 1 failed with error %d\n", error); in lws_plat_set_socket_options()

Completed in 18 milliseconds

123