Home
last modified time | relevance | path

Searched refs:MSG_ERRQUEUE (Results 1 – 23 of 23) sorted by relevance

/external/strace/xlat/
Dmsg_flags.h97 #if defined(MSG_ERRQUEUE) || (defined(HAVE_DECL_MSG_ERRQUEUE) && HAVE_DECL_MSG_ERRQUEUE)
99 static_assert((MSG_ERRQUEUE) == (0x2000), "MSG_ERRQUEUE != 0x2000");
102 # define MSG_ERRQUEUE 0x2000
198 XLAT(MSG_ERRQUEUE),
Dmsg_flags.in15 MSG_ERRQUEUE 0x2000
/external/linux-kselftest/tools/testing/selftests/networking/timestamping/
Dtimestamping.c149 (recvmsg_flags & MSG_ERRQUEUE) ? "error" : "regular", in printpacket()
286 (recvmsg_flags & MSG_ERRQUEUE) ? "error" : "regular", in recvpacket()
494 recvpacket(sock, MSG_ERRQUEUE, in main()
Dtxtimestamp.c292 ret = recvmsg(fd, &msg, MSG_ERRQUEUE); in recv_errmsg()
/external/ltp/testcases/kernel/syscalls/recv/
Drecv01.c102 PF_INET, SOCK_STREAM, 0, buf, sizeof(buf), MSG_ERRQUEUE,
128 && (tdat[testno].flags & MSG_ERRQUEUE) in main()
/external/ltp/testcases/kernel/syscalls/recvfrom/
Drecvfrom01.c123 PF_INET, SOCK_STREAM, 0, (void *)buf, sizeof(buf), MSG_ERRQUEUE,
150 && (tdat[testno].flags & MSG_ERRQUEUE) in main()
/external/ltp/testcases/kernel/syscalls/recvmsg/
Drecvmsg01.c166 &msgdat, MSG_ERRQUEUE, (struct sockaddr *)&from,
205 && (tdat[testno].flags & MSG_ERRQUEUE) in main()
/external/linux-kselftest/tools/testing/selftests/net/
Dudpgso_bench_tx.c221 ret = recvmsg(fd, &msg, MSG_ERRQUEUE); in flush_errqueue_recv()
226 if (msg.msg_flags != MSG_ERRQUEUE) in flush_errqueue_recv()
Dmsg_zerocopy.c408 ret = recvmsg(fd, &msg, MSG_ERRQUEUE); in do_recv_completion()
/external/iputils/
Dtracepath.c120 res = recvmsg(fd, &msg, MSG_ERRQUEUE); in recverr()
Dtracepath6.c133 res = recvmsg(fd, &msg, MSG_ERRQUEUE); in recverr()
Dping.c632 res = recvmsg(icmp_sock, &msg, MSG_ERRQUEUE|MSG_DONTWAIT); in receive_error_msg()
Dping6.c1297 res = recvmsg(icmp_sock, &msg, MSG_ERRQUEUE|MSG_DONTWAIT); in receive_error_msg()
/external/minijail/linux-x86/
Dlibconstants.gen.c3190 #ifdef MSG_ERRQUEUE
3191 { "MSG_ERRQUEUE", (unsigned long) MSG_ERRQUEUE },
/external/grpc-grpc/src/core/lib/iomgr/
Dtcp_posix.cc695 r = recvmsg(tcp->fd, &msg, MSG_ERRQUEUE); in process_errors()
/external/rust/crates/nix/src/sys/socket/
Dmod.rs228 MSG_ERRQUEUE;
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs765 pub const MSG_ERRQUEUE: ::c_int = 0x2000; constant
/external/crosvm/net_sys/src/
Diff.rs877 pub const MSG_ERRQUEUE: _bindgen_ty_1 = 8192; constant
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtcp_posix.cc1169 r = recvmsg(tcp->fd, &msg, MSG_ERRQUEUE); in process_errors()
/external/python/cpython3/Modules/
Dsocketmodule.c7674 #ifdef MSG_ERRQUEUE
7675 PyModule_AddIntMacro(m, MSG_ERRQUEUE);
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1759 pub const MSG_ERRQUEUE: ::c_int = 0x2000; constant
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c2017 res = recvmsg(sock, &msg, MSG_ERRQUEUE); in wpa_driver_nl80211_handle_eapol_tx_status()
/external/strace/
DChangeLog3336 MSG_SYN, MSG_CONFIRM, MSG_RST, MSG_ERRQUEUE, MSG_NOSIGNAL, MSG_MORE,