Searched refs:client_msg (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/net/socket/udp/src/ |
D | main.c | 360 const struct msghdr *client_msg, in comm_sendmsg_recvfrom() argument 378 sent = zsock_sendmsg(client_sock, client_msg, 0); in comm_sendmsg_recvfrom() 381 for (i = 0, len = 0; i < client_msg->msg_iovlen; i++) { in comm_sendmsg_recvfrom() 382 len += client_msg->msg_iov[i].iov_len; in comm_sendmsg_recvfrom() 905 const struct msghdr *client_msg) in comm_sendmsg_with_txtime() argument 916 sent = zsock_sendmsg(client_sock, client_msg, 0); in comm_sendmsg_with_txtime() 919 for (i = 0, len = 0; i < client_msg->msg_iovlen; i++) { in comm_sendmsg_with_txtime() 920 len += client_msg->msg_iov[i].iov_len; in comm_sendmsg_with_txtime() 1455 const struct msghdr *client_msg, in comm_sendmsg_recvmsg() argument 1481 sent = zsock_sendmsg(client_sock, client_msg, 0); in comm_sendmsg_recvmsg() [all …]
|