Home
last modified time | relevance | path

Searched refs:MSG_ERRQUEUE (Results 1 - 25 of 35) sorted by relevance

12

/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H A Dsend_recv.rs31 /// `MSG_ERRQUEUE`
32 const ERRQUEUE = c::MSG_ERRQUEUE;
/third_party/ltp/testcases/kernel/syscalls/recv/
H A Drecv01.c102 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 Dsend_recv.rs60 /// `MSG_ERRQUEUE`
73 const ERRQUEUE = c::MSG_ERRQUEUE;
/third_party/ltp/testcases/kernel/syscalls/recvfrom/
H A Drecvfrom01.c123 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 Drecvmsg01.c193 .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 Dicmp_rate_limit01.c128 len = recvmsg(fd, &msg, MSG_ERRQUEUE); in count_icmp_errors()
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dgeneral.h215 #define MSG_ERRQUEUE 0x2000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dsocket.h341 #define MSG_ERRQUEUE 0x2000 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dsocket.h332 #define MSG_ERRQUEUE 0x2000 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsocket.h341 #define MSG_ERRQUEUE 0x2000 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dsocket.h343 #define MSG_ERRQUEUE 0x2000 macro
/third_party/musl/porting/linux/user/include/sys/
H A Dsocket.h347 #define MSG_ERRQUEUE 0x2000 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dsocket.h341 #define MSG_ERRQUEUE 0x2000 macro
/third_party/musl/include/sys/
H A Dsocket.h347 #define MSG_ERRQUEUE 0x2000 macro
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs788 pub const MSG_ERRQUEUE: ::c_int = 0x2000; consts
/third_party/rust/crates/nix/src/sys/socket/
H A Dmod.rs342 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 Dsocketmodule.c7780 #ifdef MSG_ERRQUEUE
7781 PyModule_AddIntMacro(m, MSG_ERRQUEUE);
/third_party/rust/crates/nix/test/sys/
H A Dtest_socket.rs2543 MsgFlags::MSG_ERRQUEUE, in test_recverr_impl()
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs2341 pub const MSG_ERRQUEUE: u32 = 8192; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1765 pub const MSG_ERRQUEUE: ::c_int = 0x2000; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs2340 pub const MSG_ERRQUEUE: u32 = 8192; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs2320 pub const MSG_ERRQUEUE: u32 = 8192; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs2450 pub const MSG_ERRQUEUE: u32 = 8192; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs2521 pub const MSG_ERRQUEUE: u32 = 8192; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs2472 pub const MSG_ERRQUEUE: u32 = 8192; consts

Completed in 148 milliseconds

12