/third_party/rust/crates/rustix/src/backend/linux_raw/net/ |
H A D | send_recv.rs | 31 /// `MSG_ERRQUEUE` 32 const ERRQUEUE = c::MSG_ERRQUEUE;
|
/third_party/ltp/testcases/kernel/syscalls/recv/ |
H A D | recv01.c | 102 PF_INET, SOCK_STREAM, 0, buf, sizeof(buf), MSG_ERRQUEUE, 103 -1, EAGAIN, setup1, cleanup1, "invalid MSG_ERRQUEUE flag set"} 128 && (tdat[testno].flags & MSG_ERRQUEUE) in main() 130 tst_resm(TCONF, "skip MSG_ERRQUEUE test, " in main()
|
/third_party/rust/crates/rustix/src/backend/libc/net/ |
H A D | send_recv.rs | 60 /// `MSG_ERRQUEUE` 73 const ERRQUEUE = c::MSG_ERRQUEUE;
|
/third_party/ltp/testcases/kernel/syscalls/recvfrom/ |
H A D | recvfrom01.c | 123 PF_INET, SOCK_STREAM, 0, (void *)buf, sizeof(buf), MSG_ERRQUEUE, 125 -1, EAGAIN, setup1, cleanup1, "invalid MSG_ERRQUEUE flag set"},}; 150 && (tdat[testno].flags & MSG_ERRQUEUE) in main() 152 tst_resm(TCONF, "skip MSG_ERRQUEUE test, " in main()
|
/third_party/ltp/testcases/kernel/syscalls/recvmsg/ |
H A D | recvmsg01.c | 193 .flags = MSG_ERRQUEUE, 199 .desc = "invalid MSG_ERRQUEUE flag set", 224 && (tc->flags & MSG_ERRQUEUE) in run() 226 tst_res(TCONF, "MSG_ERRQUEUE requires kernel >= 3.17"); in run()
|
/third_party/ltp/testcases/cve/ |
H A D | icmp_rate_limit01.c | 128 len = recvmsg(fd, &msg, MSG_ERRQUEUE); in count_icmp_errors()
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
H A D | general.h | 215 #define MSG_ERRQUEUE 0x2000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | socket.h | 341 #define MSG_ERRQUEUE 0x2000 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | socket.h | 332 #define MSG_ERRQUEUE 0x2000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | socket.h | 341 #define MSG_ERRQUEUE 0x2000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | socket.h | 343 #define MSG_ERRQUEUE 0x2000 macro
|
/third_party/musl/porting/linux/user/include/sys/ |
H A D | socket.h | 347 #define MSG_ERRQUEUE 0x2000 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | socket.h | 341 #define MSG_ERRQUEUE 0x2000 macro
|
/third_party/musl/include/sys/ |
H A D | socket.h | 347 #define MSG_ERRQUEUE 0x2000 macro
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 788 pub const MSG_ERRQUEUE: ::c_int = 0x2000; consts
|
/third_party/rust/crates/nix/src/sys/socket/ |
H A D | mod.rs | 342 MSG_ERRQUEUE; 822 /// Socket error queue control messages read with the `MSG_ERRQUEUE` flag. 827 /// Socket error queue control messages read with the `MSG_ERRQUEUE` flag.
|
/third_party/python/Modules/ |
H A D | socketmodule.c | 7780 #ifdef MSG_ERRQUEUE 7781 PyModule_AddIntMacro(m, MSG_ERRQUEUE);
|
/third_party/rust/crates/nix/test/sys/ |
H A D | test_socket.rs | 2543 MsgFlags::MSG_ERRQUEUE, in test_recverr_impl()
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 2341 pub const MSG_ERRQUEUE: u32 = 8192; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 1765 pub const MSG_ERRQUEUE: ::c_int = 0x2000; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 2340 pub const MSG_ERRQUEUE: u32 = 8192; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 2320 pub const MSG_ERRQUEUE: u32 = 8192; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 2450 pub const MSG_ERRQUEUE: u32 = 8192; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 2521 pub const MSG_ERRQUEUE: u32 = 8192; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 2472 pub const MSG_ERRQUEUE: u32 = 8192; consts
|