/third_party/lwip/src/core/distributed_net/ |
D | distributed_net_core.c | 113 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/ |
D | winsock_c.rs | 20 pub(crate) const SO_TYPE: i32 = WinSock::SO_TYPE as _; constant
|
/third_party/musl/arch/powerpc/bits/ |
D | socket.h | 3 #define SO_TYPE 3 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | socket.h | 3 #define SO_TYPE 3 macro
|
/third_party/musl/arch/mips/bits/ |
D | socket.h | 20 #define SO_TYPE 0x1008 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | socket.h | 20 #define SO_TYPE 0x1008 macro
|
/third_party/musl/arch/mips64/bits/ |
D | socket.h | 20 #define SO_TYPE 0x1008 macro
|
/third_party/rust/crates/rustix/ci/ |
D | translate-errno.patch | 17 if (optname == SO_TYPE) {
|
/third_party/rust/crates/rustix/src/backend/linux_raw/ |
D | c.rs | 28 SO_TYPE, TCP_NODELAY,
|
/third_party/musl/libc-test/src/api/ |
D | sys_socket.c | 76 C(SO_TYPE) in f()
|
/third_party/openssl/crypto/bio/ |
D | bio_sock2.c | 233 if (getsockopt(sock, SOL_SOCKET, SO_TYPE, in BIO_listen()
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
D | bio_sock2.c | 233 if (getsockopt(sock, SOL_SOCKET, SO_TYPE, in BIO_listen()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/ |
D | mod.rs | 41 pub const SO_TYPE: ::c_int = 0x1008; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/ |
D | mod.rs | 8 pub const SO_TYPE: ::c_int = 3; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/ |
D | mod.rs | 26 pub const SO_TYPE: ::c_int = 0x1008; constant
|
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
D | getsockopt_network.c | 64 int content = getsockopt(sockfd, SOL_SOCKET, SO_TYPE, &optval, (socklen_t *)(&optlen)); in getsockopt_0300()
|
/third_party/node/deps/uv/src/unix/ |
D | tty.c | 412 if (getsockopt(file, SOL_SOCKET, SO_TYPE, &type, &len)) in uv_guess_handle()
|
/third_party/libuv/src/unix/ |
D | tty.c | 412 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/ |
D | mod.rs | 23 pub const SO_TYPE: ::c_int = 3; constant
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | socket.h | 202 #define SO_TYPE 3 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | socket.h | 202 #define SO_TYPE 3 macro
|
/third_party/musl/porting/linux/user/include/sys/ |
D | socket.h | 206 #define SO_TYPE 3 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | socket.h | 191 #define SO_TYPE 3 macro
|
/third_party/musl/include/sys/ |
D | socket.h | 206 #define SO_TYPE 3 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | socket.h | 202 #define SO_TYPE 3 macro
|