Home
last modified time | relevance | path

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

/Zephyr-4.3.0/tests/net/socket/udp/src/
Dmain.c363 const struct net_msghdr *client_msg, in comm_sendmsg_recvfrom() argument
381 sent = zsock_sendmsg(client_sock, client_msg, 0); in comm_sendmsg_recvfrom()
384 for (i = 0, len = 0; i < client_msg->msg_iovlen; i++) { in comm_sendmsg_recvfrom()
385 len += client_msg->msg_iov[i].iov_len; in comm_sendmsg_recvfrom()
908 const struct net_msghdr *client_msg) in comm_sendmsg_with_txtime() argument
919 sent = zsock_sendmsg(client_sock, client_msg, 0); in comm_sendmsg_with_txtime()
922 for (i = 0, len = 0; i < client_msg->msg_iovlen; i++) { in comm_sendmsg_with_txtime()
923 len += client_msg->msg_iov[i].iov_len; in comm_sendmsg_with_txtime()
1430 const struct net_msghdr *client_msg, in comm_sendmsg_recvmsg() argument
1456 sent = zsock_sendmsg(client_sock, client_msg, 0); in comm_sendmsg_recvmsg()
[all …]