Searched refs:cmsg_buf (Results 1 – 1 of 1) sorted by relevance
144 char cmsg_buf[CMSG_SPACE(sizeof(int))]; in send_fd() local155 msg.msg_control = cmsg_buf; in send_fd()156 msg.msg_controllen = sizeof(cmsg_buf); in send_fd()169 char cmsg_buf[CMSG_SPACE(sizeof(int))]; in recv_fd() local183 msg.msg_control = cmsg_buf; in recv_fd()184 msg.msg_controllen = sizeof(cmsg_buf); in recv_fd()196 received_fd = msg.msg_controllen == sizeof(cmsg_buf); in recv_fd()
Completed in 2 milliseconds