/third_party/lwip/src/core/distributed_net/ |
H A 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/musl/arch/powerpc/bits/ |
H A D | socket.h | 3 #define SO_TYPE 3 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | socket.h | 3 #define SO_TYPE 3 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | socket.h | 20 #define SO_TYPE 0x1008 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | socket.h | 20 #define SO_TYPE 0x1008 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | socket.h | 20 #define SO_TYPE 0x1008 macro
|
/third_party/musl/libc-test/src/api/ |
H A D | sys_socket.c | 76 C(SO_TYPE) in f()
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bio_sock2.c | 233 if (getsockopt(sock, SOL_SOCKET, SO_TYPE, in BIO_listen()
|
/third_party/openssl/crypto/bio/ |
H A D | bio_sock2.c | 233 if (getsockopt(sock, SOL_SOCKET, SO_TYPE, in BIO_listen()
|
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
H A D | getsockopt_network.c | 56 * @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 D | tty.c | 417 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 D | socket.h | 202 #define SO_TYPE 3 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | socket.h | 191 #define SO_TYPE 3 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | socket.h | 202 #define SO_TYPE 3 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | socket.h | 202 #define SO_TYPE 3 macro
|
/third_party/musl/porting/linux/user/include/sys/ |
H A D | socket.h | 206 #define SO_TYPE 3 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | socket.h | 202 #define SO_TYPE 3 macro
|
/third_party/musl/include/sys/ |
H A D | socket.h | 206 #define SO_TYPE 3 macro
|
/third_party/node/deps/uv/src/unix/ |
H A 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/ |
H A D | mod.rs | 23 pub const SO_TYPE: ::c_int = 3; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/ |
H A D | mod.rs | 26 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 D | mod.rs | 41 pub const SO_TYPE: ::c_int = 0x1008; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/ |
H A D | mod.rs | 8 pub const SO_TYPE: ::c_int = 3; consts
|
/third_party/mbedtls/library/ |
H A D | net_sockets.c | 370 if (getsockopt(bind_ctx->fd, SOL_SOCKET, SO_TYPE,
|
/third_party/rust/crates/rustix/src/backend/libc/net/ |
H A D | syscalls.rs | 467 getsockopt(fd, c::SOL_SOCKET as _, c::SO_TYPE)
|