Searched refs:MSG_ERRQUEUE (Results 1 – 3 of 3) sorted by relevance
238 MSG_ERRQUEUE = 0x2000, /* Fetch message from error queue. */ enumerator239 #define MSG_ERRQUEUE MSG_ERRQUEUE macro
436 ret = __recvmsg (cu->cu_sock, &msg, MSG_ERRQUEUE); in clntudp_call()439 && (msg.msg_flags & MSG_ERRQUEUE) in clntudp_call()
7765 (clntudp_call): Handle MSG_ERRQUEUE.