Home
last modified time | relevance | path

Searched refs:SO_ERROR (Results 1 - 25 of 66) sorted by relevance

123

/third_party/musl/arch/powerpc/bits/
H A Dsocket.h4 #define SO_ERROR 4 macro
/third_party/musl/arch/powerpc64/bits/
H A Dsocket.h4 #define SO_ERROR 4 macro
/third_party/musl/arch/mips/bits/
H A Dsocket.h19 #define SO_ERROR 0x1007 macro
/third_party/musl/arch/mips64/bits/
H A Dsocket.h19 #define SO_ERROR 0x1007 macro
/third_party/musl/arch/mipsn32/bits/
H A Dsocket.h19 #define SO_ERROR 0x1007 macro
/third_party/python/Lib/
H A Dasyncore.py428 err = self.socket.getsockopt(socket.SOL_SOCKET, socket.SO_ERROR)
450 err = self.socket.getsockopt(socket.SOL_SOCKET, socket.SO_ERROR)
612 optname == socket.SO_ERROR and
/third_party/musl/libc-test/src/api/
H A Dsys_socket.c65 C(SO_ERROR) in f()
/third_party/ffmpeg/libavformat/
H A Dnetwork.c282 if (getsockopt (fd, SOL_SOCKET, SO_ERROR, &ret, &optlen)) in ff_listen_connect()
474 if (getsockopt(attempts[i].fd, SOL_SOCKET, SO_ERROR, &last_err, &optlen)) in ff_connect_parallel()
/third_party/musl/libc-test/src/functionalext/supplement/network/
H A Dgetsockopt_network.c70 * @tc.desc : SOL_SOCKET,SO_ERROR
78 int content = getsockopt(sockfd, SOL_SOCKET, SO_ERROR, &optval, (socklen_t *)(&optlen)); in getsockopt_0400()
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/
H A Dsocket.cc83 getsockopt(s, SOL_SOCKET, SO_ERROR, &error, &len); in errored()
/third_party/libcoap/src/
H A Dcoap_tcp.c177 if (getsockopt(sock->fd, SOL_SOCKET, SO_ERROR, OPTVAL_GT(&error),
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dsocket.h203 #define SO_ERROR 4 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dsocket.h192 #define SO_ERROR 4 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsocket.h203 #define SO_ERROR 4 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dsocket.h203 #define SO_ERROR 4 macro
/third_party/musl/porting/linux/user/include/sys/
H A Dsocket.h207 #define SO_ERROR 4 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dsocket.h203 #define SO_ERROR 4 macro
/third_party/musl/include/sys/
H A Dsocket.h207 #define SO_ERROR 4 macro
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_sock.c115 i = getsockopt(sock, SOL_SOCKET, SO_ERROR, (void *)&j, &size); in BIO_sock_error()
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/
H A Dmod.rs24 pub const SO_ERROR: ::c_int = 4; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/
H A Dmod.rs28 pub const SO_ERROR: ::c_int = 0x1007; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/
H A Dmod.rs40 pub const SO_ERROR: ::c_int = 0x1007; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/
H A Dmod.rs9 pub const SO_ERROR: ::c_int = 4; consts
/third_party/openssl/crypto/bio/
H A Dbio_sock.c115 i = getsockopt(sock, SOL_SOCKET, SO_ERROR, (void *)&j, &size); in BIO_sock_error()
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs490 pub const SO_ERROR: ::c_int = 0x1009; consts
492 pub const SO_ERROR: ::c_int = 0x1007; consts

Completed in 21 milliseconds

123