/third_party/ltp/testcases/kernel/syscalls/setsockopt/ |
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/ltp/testcases/kernel/syscalls/getsockopt/ |
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/musl/arch/powerpc/bits/ |
D | socket.h | 10 #define SO_OOBINLINE 10 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | socket.h | 10 #define SO_OOBINLINE 10 macro
|
/third_party/musl/arch/mips/bits/ |
D | socket.h | 13 #define SO_OOBINLINE 0x0100 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | socket.h | 13 #define SO_OOBINLINE 0x0100 macro
|
/third_party/musl/arch/mips64/bits/ |
D | socket.h | 11 #define SO_OOBINLINE 0x0100 macro
|
/third_party/musl/libc-test/src/api/ |
D | sys_socket.c | 68 C(SO_OOBINLINE) in f()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/ |
D | mod.rs | 26 pub const SO_OOBINLINE: ::c_int = 0x0100; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/ |
D | mod.rs | 15 pub const SO_OOBINLINE: ::c_int = 10; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/ |
D | mod.rs | 24 pub const SO_OOBINLINE: ::c_int = 0x0100; constant
|
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
D | getsockopt_network.c | 162 int content = getsockopt(sockfd, SOL_SOCKET, SO_OOBINLINE, &optval, (socklen_t *)(&optlen)); in getsockopt_1000()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/ |
D | mod.rs | 30 pub const SO_OOBINLINE: ::c_int = 10; constant
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | socket.h | 209 #define SO_OOBINLINE 10 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | socket.h | 209 #define SO_OOBINLINE 10 macro
|
/third_party/musl/porting/linux/user/include/sys/ |
D | socket.h | 213 #define SO_OOBINLINE 10 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | socket.h | 198 #define SO_OOBINLINE 10 macro
|
/third_party/musl/include/sys/ |
D | socket.h | 213 #define SO_OOBINLINE 10 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | socket.h | 209 #define SO_OOBINLINE 10 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | socket.h | 209 #define SO_OOBINLINE 10 macro
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | unix.txt | 350 SO_OOBINLINE
|
/third_party/lwip/src/include/lwip/ |
D | sockets.h | 209 #define SO_OOBINLINE 0x0100 /* Unimplemented: leave received OOB data in line */ macro
|
/third_party/rust/crates/libc/src/unix/newlib/ |
D | mod.rs | 477 pub const SO_OOBINLINE: ::c_int = 0x0100; constant
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
D | mod.rs | 509 pub const SO_OOBINLINE: ::c_int = 0x0100; constant
|
/third_party/rust/crates/libc/src/unix/hermit/ |
D | mod.rs | 909 pub const SO_OOBINLINE: ::c_int = 0x0100; constant
|