Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dsocket.h238 MSG_ERRQUEUE = 0x2000, /* Fetch message from error queue. */ enumerator
239 #define MSG_ERRQUEUE MSG_ERRQUEUE macro
/glibc-2.36/sunrpc/
Dclnt_udp.c436 ret = __recvmsg (cu->cu_sock, &msg, MSG_ERRQUEUE); in clntudp_call()
439 && (msg.msg_flags & MSG_ERRQUEUE) in clntudp_call()
/glibc-2.36/ChangeLog.old/
DChangeLog.127765 (clntudp_call): Handle MSG_ERRQUEUE.