Home
last modified time | relevance | path

Searched refs:SCK_FLAG_MSG_DESCRIPTOR (Results 1 – 8 of 8) sorted by relevance

/dports/net/chrony-lite/chrony-4.2/
H A Dsocket.h42 #define SCK_FLAG_MSG_DESCRIPTOR 2 macro
H A Dprivops.c176 message = SCK_ReceiveMessage(fd, SCK_FLAG_MSG_DESCRIPTOR); in receive_from_daemon()
411 flags |= SCK_FLAG_MSG_DESCRIPTOR; in send_request()
H A Dnts_ke_server.c161 message = SCK_ReceiveMessage(fd, SCK_FLAG_MSG_DESCRIPTOR); in handle_helper_request()
254 if (!SCK_SendMessage(helper_sock_fd, &message, SCK_FLAG_MSG_DESCRIPTOR)) { in accept_connection()
H A Dsocket.c906 if (!(flags & SCK_FLAG_MSG_DESCRIPTOR) || cmsg->cmsg_len != CMSG_LEN(sizeof (int))) { in process_header()
1142 if (flags & SCK_FLAG_MSG_DESCRIPTOR) { in send_message()
/dports/net/chrony/chrony-4.2/
H A Dsocket.h42 #define SCK_FLAG_MSG_DESCRIPTOR 2 macro
H A Dprivops.c176 message = SCK_ReceiveMessage(fd, SCK_FLAG_MSG_DESCRIPTOR); in receive_from_daemon()
411 flags |= SCK_FLAG_MSG_DESCRIPTOR; in send_request()
H A Dnts_ke_server.c161 message = SCK_ReceiveMessage(fd, SCK_FLAG_MSG_DESCRIPTOR); in handle_helper_request()
254 if (!SCK_SendMessage(helper_sock_fd, &message, SCK_FLAG_MSG_DESCRIPTOR)) { in accept_connection()
H A Dsocket.c906 if (!(flags & SCK_FLAG_MSG_DESCRIPTOR) || cmsg->cmsg_len != CMSG_LEN(sizeof (int))) { in process_header()
1142 if (flags & SCK_FLAG_MSG_DESCRIPTOR) { in send_message()