Searched refs:control_un (Results 1 – 3 of 3) sorted by relevance
92 } control_un; in client() local93 struct msghdr msg = { NULL, 0, iov, 1, control_un.control, in client()94 sizeof(control_un), 0 }; in client()95 struct cmsghdr *cmsg = &control_un.cm; in client()
22 } control_un; in sendFileDescriptor() local
528 } control_un; in recvfrom_flags() local532 msg.msg_control = control_un.control; in recvfrom_flags()533 msg.msg_controllen = sizeof(control_un.control); in recvfrom_flags()