Home
last modified time | relevance | path

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

/Zephyr-4.3.0/tests/net/socket/af_packet/src/
Dmain.c715 static void test_sendmsg_common(int sock_type, int proto) in test_sendmsg_common() function
751 test_sendmsg_common(NET_SOCK_RAW, 0); in ZTEST()
776 test_sendmsg_common(NET_SOCK_DGRAM, 0); in ZTEST()
786 test_sendmsg_common(NET_SOCK_RAW, ETH_P_ALL); in ZTEST()
801 test_sendmsg_common(NET_SOCK_DGRAM, ETH_P_ALL); in ZTEST()
806 test_sendmsg_common(NET_SOCK_DGRAM, ETH_P_IP); in ZTEST()