Home
last modified time | relevance | path

Searched refs:SO_OOBINLINE (Results 1 – 25 of 57) sorted by relevance

123

/third_party/ltp/testcases/kernel/syscalls/setsockopt/
Dsetsockopt01.c35 {-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/
Dgetsockopt01.c86 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/
Dsocket.h10 #define SO_OOBINLINE 10 macro
/third_party/musl/arch/powerpc64/bits/
Dsocket.h10 #define SO_OOBINLINE 10 macro
/third_party/musl/arch/mips/bits/
Dsocket.h13 #define SO_OOBINLINE 0x0100 macro
/third_party/musl/arch/mipsn32/bits/
Dsocket.h13 #define SO_OOBINLINE 0x0100 macro
/third_party/musl/arch/mips64/bits/
Dsocket.h11 #define SO_OOBINLINE 0x0100 macro
/third_party/musl/libc-test/src/api/
Dsys_socket.c68 C(SO_OOBINLINE) in f()
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/
Dmod.rs26 pub const SO_OOBINLINE: ::c_int = 0x0100; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/
Dmod.rs15 pub const SO_OOBINLINE: ::c_int = 10; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/
Dmod.rs24 pub const SO_OOBINLINE: ::c_int = 0x0100; constant
/third_party/musl/libc-test/src/functionalext/supplement/network/
Dgetsockopt_network.c162 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/
Dmod.rs30 pub const SO_OOBINLINE: ::c_int = 10; constant
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dsocket.h209 #define SO_OOBINLINE 10 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsocket.h209 #define SO_OOBINLINE 10 macro
/third_party/musl/porting/linux/user/include/sys/
Dsocket.h213 #define SO_OOBINLINE 10 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dsocket.h198 #define SO_OOBINLINE 10 macro
/third_party/musl/include/sys/
Dsocket.h213 #define SO_OOBINLINE 10 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dsocket.h209 #define SO_OOBINLINE 10 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dsocket.h209 #define SO_OOBINLINE 10 macro
/third_party/rust/crates/libc/libc-test/semver/
Dunix.txt350 SO_OOBINLINE
/third_party/lwip/src/include/lwip/
Dsockets.h209 #define SO_OOBINLINE 0x0100 /* Unimplemented: leave received OOB data in line */ macro
/third_party/rust/crates/libc/src/unix/newlib/
Dmod.rs477 pub const SO_OOBINLINE: ::c_int = 0x0100; constant
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs509 pub const SO_OOBINLINE: ::c_int = 0x0100; constant
/third_party/rust/crates/libc/src/unix/hermit/
Dmod.rs909 pub const SO_OOBINLINE: ::c_int = 0x0100; constant

123