/third_party/ltp/testcases/kernel/syscalls/getsockopt/ |
H A D | getsockopt01.c | 86 PF_INET, SOCK_STREAM, 0, SOL_SOCKET, SO_OOBINLINE, &optval, 90 PF_INET, SOCK_STREAM, 0, SOL_SOCKET, SO_OOBINLINE, &optval, 96 PF_INET, SOCK_STREAM, 0, SOL_SOCKET, SO_OOBINLINE, 0, &optlen, 100 PF_INET, SOCK_STREAM, 0, SOL_SOCKET, SO_OOBINLINE, &optval, 0, 106 PF_INET, SOCK_STREAM, 0, 500, SO_OOBINLINE, &optval, &optlen, 110 PF_INET, SOCK_STREAM, 0, IPPROTO_UDP, SO_OOBINLINE, &optval, 114 PF_INET, SOCK_STREAM, 0, IPPROTO_UDP, SO_OOBINLINE, &optval,
|
/third_party/ltp/testcases/kernel/syscalls/setsockopt/ |
H A D | setsockopt01.c | 35 {-1, -1, -1, SOL_SOCKET, SO_OOBINLINE, &optval, sizeof(optval), 37 {-1, -1, -1, SOL_SOCKET, SO_OOBINLINE, &optval, sizeof(optval), 39 {PF_INET, SOCK_STREAM, 0, SOL_SOCKET, SO_OOBINLINE, NULL, 41 {PF_INET, SOCK_STREAM, 0, SOL_SOCKET, SO_OOBINLINE, &optval, 0, 43 {PF_INET, SOCK_STREAM, 0, 500, SO_OOBINLINE, &optval, sizeof(optval), 45 {PF_INET, SOCK_STREAM, 0, IPPROTO_UDP, SO_OOBINLINE, &optval,
|
/third_party/musl/arch/powerpc/bits/ |
H A D | socket.h | 10 #define SO_OOBINLINE 10 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | socket.h | 10 #define SO_OOBINLINE 10 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | socket.h | 13 #define SO_OOBINLINE 0x0100 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | socket.h | 11 #define SO_OOBINLINE 0x0100 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | socket.h | 13 #define SO_OOBINLINE 0x0100 macro
|
/third_party/musl/libc-test/src/api/ |
H A D | sys_socket.c | 68 C(SO_OOBINLINE) in f()
|
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
H A D | getsockopt_network.c | 154 * @tc.desc : SOL_SOCKET,SO_OOBINLINE 162 int content = getsockopt(sockfd, SOL_SOCKET, SO_OOBINLINE, &optval, (socklen_t *)(&optlen)); in getsockopt_1000()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | socket.h | 209 #define SO_OOBINLINE 10 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | socket.h | 198 #define SO_OOBINLINE 10 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | socket.h | 209 #define SO_OOBINLINE 10 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | socket.h | 209 #define SO_OOBINLINE 10 macro
|
/third_party/musl/porting/linux/user/include/sys/ |
H A D | socket.h | 213 #define SO_OOBINLINE 10 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | socket.h | 209 #define SO_OOBINLINE 10 macro
|
/third_party/musl/include/sys/ |
H A D | socket.h | 213 #define SO_OOBINLINE 10 macro
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/ |
H A D | mod.rs | 30 pub const SO_OOBINLINE: ::c_int = 10; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/ |
H A D | mod.rs | 24 pub const SO_OOBINLINE: ::c_int = 0x0100; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/ |
H A D | mod.rs | 26 pub const SO_OOBINLINE: ::c_int = 0x0100; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/ |
H A D | mod.rs | 15 pub const SO_OOBINLINE: ::c_int = 10; consts
|
/third_party/lwip/src/include/lwip/ |
H A D | sockets.h | 209 #define SO_OOBINLINE 0x0100 /* Unimplemented: leave received OOB data in line */ macro
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
H A D | mod.rs | 509 pub const SO_OOBINLINE: ::c_int = 0x0100; consts
|
/third_party/rust/crates/libc/src/unix/newlib/ |
H A D | mod.rs | 477 pub const SO_OOBINLINE: ::c_int = 0x0100; consts
|
/third_party/rust/crates/nix/src/sys/socket/ |
H A D | sockopt.rs | 457 libc::SO_OOBINLINE,
|
/third_party/libuv/src/unix/ |
H A D | stream.c | 427 if (setsockopt(fd, SOL_SOCKET, SO_OOBINLINE, &enable, sizeof(enable)) && in uv__stream_open()
|