Searched refs:msg_control (Results 1 – 11 of 11) sorted by relevance
400 msg_copy.msg_control = NULL; in z_vrfy_zsock_sendmsg()431 msg_copy.msg_control = k_usermode_alloc_from_copy(msg->msg_control, in z_vrfy_zsock_sendmsg()433 if (!msg_copy.msg_control) { in z_vrfy_zsock_sendmsg()443 k_free(msg_copy.msg_control); in z_vrfy_zsock_sendmsg()458 if (msg_copy.msg_control) { in z_vrfy_zsock_sendmsg()459 k_free(msg_copy.msg_control); in z_vrfy_zsock_sendmsg()566 msg_copy.msg_control = NULL; in z_vrfy_zsock_recvmsg()614 if (msg->msg_control == NULL) { in z_vrfy_zsock_recvmsg()619 msg_copy.msg_control = in z_vrfy_zsock_recvmsg()620 k_usermode_alloc_from_copy(msg->msg_control, in z_vrfy_zsock_recvmsg()[all …]
1192 if (msg->msg_control != NULL) { in zsock_recv_dgram()
46 zassert_not_equal(-1, offsetof(struct msghdr, msg_control)); in ZTEST()
125 void *msg_control; /* ancillary data */ member
569 msg.msg_control = NULL; in nsos_adapt_sendmsg()
874 msg_mid.msg_control = NULL; in nsos_sendmsg()
262 void *msg_control; /**< Ancillary data */ member297 (struct cmsghdr *)((msghdr)->msg_control) : NULL)309 (uint8_t *)((msghdr)->msg_control) + (msghdr)->msg_controllen) ? \
453 msg.msg_control = &cmsgbuf.buf; in ZTEST_USER()557 msg.msg_control = &cmsgbuf.buf; in ZTEST_USER()620 msg.msg_control = &cmsgbuf.buf; in ZTEST_USER()680 msg.msg_control = &cmsgbuf.buf; in ZTEST_USER()1081 msg.msg_control = &cmsgbuf.buf; in ZTEST_USER()1432 msg.msg_control = &cmsgbuf.buf; in ZTEST_USER()1501 msg->msg_control = cmsgbuf; in comm_sendmsg_recvmsg()1575 msg->msg_control = cmsgbuf; in comm_sendmsg_recvmsg()1635 msg->msg_control = cmsgbuf; in comm_sendmsg_recvmsg()1858 msg.msg_control = &cmsgbuf.buf; in run_ancillary_recvmsg_test()
302 msghdr.msg_control = ctrl; in ptp_transport_recv()
177 msg.msg_control = &cmsgbuf.buf; in tx()
2508 if (msghdr && msghdr->msg_control && msghdr->msg_controllen) { in context_sendto()