Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/socket/af_packet/src/
Dmain.c116 static int bind_socket(int sock, struct net_if *iface) in bind_socket() function
210 ret = bind_socket(*sock1, ud.first); in __test_packet_sockets()
213 ret = bind_socket(*sock2, ud.second); in __test_packet_sockets()
320 ret = bind_socket(sock1, ud.first); in ZTEST()
323 ret = bind_socket(sock2, ud.second); in ZTEST()
497 ret = bind_socket(sock1, ud.first); in ZTEST()
500 ret = bind_socket(sock2, ud.second); in ZTEST()
599 ret = bind_socket(sock1, ud.first); in ZTEST()
602 ret = bind_socket(sock2, ud.second); in ZTEST()
605 ret = bind_socket(sock3, ud.second); in ZTEST()
/Zephyr-latest/tests/net/socket/udp/src/
Dmain.c1944 static int bind_socket(int sock, struct net_if *iface) in bind_socket() function
2183 ret = bind_socket(packet_sock, lo0); in ZTEST()
2232 ret = bind_socket(packet_sock, lo0); in ZTEST()
2282 ret = bind_socket(packet_sock, lo0); in ZTEST()
2348 ret = bind_socket(packet_sock, lo0); in ZTEST()