Home
last modified time | relevance | path

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

/Zephyr-4.3.0/tests/net/socket/af_packet/src/
Dmain.c188 static void setup_packet_socket(int *sock, int type, int proto) in setup_packet_socket() function
220 setup_packet_socket(sock, type, proto); in prepare_packet_socket()
664 setup_packet_socket(&packet_sock_1, sock_type, net_htons(proto)); in test_sendto_common()
724 setup_packet_socket(&packet_sock_1, sock_type, net_htons(proto)); in test_sendmsg_common()
817 setup_packet_socket(&packet_sock_1, NET_SOCK_RAW, 0); in test_recv_common()
821 setup_packet_socket(&packet_sock_2, sock_type, net_htons(proto)); in test_recv_common()
898 setup_packet_socket(&packet_sock_1, NET_SOCK_RAW, 0); in test_recvfrom_common()
902 setup_packet_socket(&packet_sock_2, sock_type, net_htons(proto)); in test_recvfrom_common()
988 setup_packet_socket(&packet_sock_1, NET_SOCK_RAW, 0); in test_recvfrom_common_unbound()
990 setup_packet_socket(&packet_sock_2, sock_type, net_htons(ETH_P_ALL)); in test_recvfrom_common_unbound()
[all …]