Home
last modified time | relevance | path

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

/misc/debug_tools/acrn_crashlog/usercrash/
A Dprotocol.c144 char cmsg_buf[CMSG_SPACE(sizeof(int))]; in send_fd() local
155 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() local
183 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