Home
last modified time | relevance | path

Searched refs:SCK_FLAG_MSG_ERRQUEUE (Results 1 – 6 of 6) sorted by relevance

/dports/net/chrony-lite/chrony-4.2/
H A Dsocket.h41 #define SCK_FLAG_MSG_ERRQUEUE 1 macro
H A Dsocket.c617 if (flags & SCK_FLAG_MSG_ERRQUEUE) { in get_recv_flags()
636 if (flags & SCK_FLAG_MSG_ERRQUEUE) { in handle_recv_error()
988 flags & SCK_FLAG_MSG_ERRQUEUE ? "Received error" : "Received", NULL); in receive_messages()
H A Dntp_io.c471 flags |= SCK_FLAG_MSG_ERRQUEUE; in read_from_socket()
/dports/net/chrony/chrony-4.2/
H A Dsocket.h41 #define SCK_FLAG_MSG_ERRQUEUE 1 macro
H A Dsocket.c617 if (flags & SCK_FLAG_MSG_ERRQUEUE) { in get_recv_flags()
636 if (flags & SCK_FLAG_MSG_ERRQUEUE) { in handle_recv_error()
988 flags & SCK_FLAG_MSG_ERRQUEUE ? "Received error" : "Received", NULL); in receive_messages()
H A Dntp_io.c471 flags |= SCK_FLAG_MSG_ERRQUEUE; in read_from_socket()