Searched refs:SOCK_MSG_CONTROL (Results 1 – 3 of 3) sorted by relevance
730 #define SOCK_MSG_CONTROL 0x02 macro
2362 controlp = (recv_msg_elem->which & SOCK_MSG_CONTROL) ? in recvmsg_x()3064 recv_msg_elem->which |= SOCK_MSG_CONTROL; in internalize_recv_msghdr_array()3144 if (recv_msg_elem->which & SOCK_MSG_CONTROL) { in externalize_recv_msghdr_array()
4380 controlp = (msgarray[npkts].which & SOCK_MSG_CONTROL) ? in soreceive_list()