Home
last modified time | relevance | path

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

123

/third_party/lwip/src/core/distributed_net/
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/rust/crates/rustix/src/backend/libc/
Dwinsock_c.rs20 pub(crate) const SO_TYPE: i32 = WinSock::SO_TYPE as _; constant
/third_party/musl/arch/powerpc/bits/
Dsocket.h3 #define SO_TYPE 3 macro
/third_party/musl/arch/powerpc64/bits/
Dsocket.h3 #define SO_TYPE 3 macro
/third_party/musl/arch/mips/bits/
Dsocket.h20 #define SO_TYPE 0x1008 macro
/third_party/musl/arch/mipsn32/bits/
Dsocket.h20 #define SO_TYPE 0x1008 macro
/third_party/musl/arch/mips64/bits/
Dsocket.h20 #define SO_TYPE 0x1008 macro
/third_party/rust/crates/rustix/ci/
Dtranslate-errno.patch17 if (optname == SO_TYPE) {
/third_party/rust/crates/rustix/src/backend/linux_raw/
Dc.rs28 SO_TYPE, TCP_NODELAY,
/third_party/musl/libc-test/src/api/
Dsys_socket.c76 C(SO_TYPE) in f()
/third_party/openssl/crypto/bio/
Dbio_sock2.c233 if (getsockopt(sock, SOL_SOCKET, SO_TYPE, in BIO_listen()
/third_party/node/deps/openssl/openssl/crypto/bio/
Dbio_sock2.c233 if (getsockopt(sock, SOL_SOCKET, SO_TYPE, in BIO_listen()
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/
Dmod.rs41 pub const SO_TYPE: ::c_int = 0x1008; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/
Dmod.rs8 pub const SO_TYPE: ::c_int = 3; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/
Dmod.rs26 pub const SO_TYPE: ::c_int = 0x1008; constant
/third_party/musl/libc-test/src/functionalext/supplement/network/
Dgetsockopt_network.c64 int content = getsockopt(sockfd, SOL_SOCKET, SO_TYPE, &optval, (socklen_t *)(&optlen)); in getsockopt_0300()
/third_party/node/deps/uv/src/unix/
Dtty.c412 if (getsockopt(file, SOL_SOCKET, SO_TYPE, &type, &len)) in uv_guess_handle()
/third_party/libuv/src/unix/
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/
Dmod.rs23 pub const SO_TYPE: ::c_int = 3; constant
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dsocket.h202 #define SO_TYPE 3 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsocket.h202 #define SO_TYPE 3 macro
/third_party/musl/porting/linux/user/include/sys/
Dsocket.h206 #define SO_TYPE 3 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dsocket.h191 #define SO_TYPE 3 macro
/third_party/musl/include/sys/
Dsocket.h206 #define SO_TYPE 3 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dsocket.h202 #define SO_TYPE 3 macro

123