Home
last modified time | relevance | path

Searched refs:SO_TYPE (Results 1 - 25 of 59) sorted by relevance

123

/third_party/lwip/src/core/distributed_net/
H A Ddistributed_net_core.c113 if (lwip_getsockopt(sock, SOL_SOCKET, SO_TYPE, (void *)&type, &type_len) < 0) { in distributed_net_sendto()
155 if (lwip_getsockopt(sock, SOL_SOCKET, SO_TYPE, (void *)&type, &type_len) < 0) { in distributed_net_sendmsg()
200 if (lwip_getsockopt(sock, SOL_SOCKET, SO_TYPE, (void *)&type, &type_len) < 0) { in distributed_net_recvfrom()
/third_party/musl/arch/powerpc/bits/
H A Dsocket.h3 #define SO_TYPE 3 macro
/third_party/musl/arch/powerpc64/bits/
H A Dsocket.h3 #define SO_TYPE 3 macro
/third_party/musl/arch/mips/bits/
H A Dsocket.h20 #define SO_TYPE 0x1008 macro
/third_party/musl/arch/mips64/bits/
H A Dsocket.h20 #define SO_TYPE 0x1008 macro
/third_party/musl/arch/mipsn32/bits/
H A Dsocket.h20 #define SO_TYPE 0x1008 macro
/third_party/musl/libc-test/src/api/
H A Dsys_socket.c76 C(SO_TYPE) in f()
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_sock2.c233 if (getsockopt(sock, SOL_SOCKET, SO_TYPE, in BIO_listen()
/third_party/openssl/crypto/bio/
H A Dbio_sock2.c233 if (getsockopt(sock, SOL_SOCKET, SO_TYPE, in BIO_listen()
/third_party/musl/libc-test/src/functionalext/supplement/network/
H A Dgetsockopt_network.c56 * @tc.desc : SOL_SOCKET,SO_TYPE
64 int content = getsockopt(sockfd, SOL_SOCKET, SO_TYPE, &optval, (socklen_t *)(&optlen)); in getsockopt_0300()
/third_party/libuv/src/unix/
H A Dtty.c417 if (getsockopt(file, SOL_SOCKET, SO_TYPE, &type, &len)) in uv_guess_handle()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dsocket.h202 #define SO_TYPE 3 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dsocket.h191 #define SO_TYPE 3 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsocket.h202 #define SO_TYPE 3 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dsocket.h202 #define SO_TYPE 3 macro
/third_party/musl/porting/linux/user/include/sys/
H A Dsocket.h206 #define SO_TYPE 3 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dsocket.h202 #define SO_TYPE 3 macro
/third_party/musl/include/sys/
H A Dsocket.h206 #define SO_TYPE 3 macro
/third_party/node/deps/uv/src/unix/
H A Dtty.c412 if (getsockopt(file, SOL_SOCKET, SO_TYPE, &type, &len)) in uv_guess_handle()
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/
H A Dmod.rs23 pub const SO_TYPE: ::c_int = 3; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/
H A Dmod.rs26 pub const SO_TYPE: ::c_int = 0x1008; consts
27 // pub const SO_STYLE: ::c_int = SO_TYPE;
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/
H A Dmod.rs41 pub const SO_TYPE: ::c_int = 0x1008; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/
H A Dmod.rs8 pub const SO_TYPE: ::c_int = 3; consts
/third_party/mbedtls/library/
H A Dnet_sockets.c370 if (getsockopt(bind_ctx->fd, SOL_SOCKET, SO_TYPE,
/third_party/rust/crates/rustix/src/backend/libc/net/
H A Dsyscalls.rs467 getsockopt(fd, c::SOL_SOCKET as _, c::SO_TYPE)

Completed in 18 milliseconds

123