Searched refs:bind_socket (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/tests/net/socket/af_packet/src/ |
D | main.c | 116 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() 430 ret = bind_socket(sock1, ud.first); in ZTEST() 433 ret = bind_socket(sock2, ud.second); in ZTEST() 532 ret = bind_socket(sock1, ud.first); in ZTEST() 535 ret = bind_socket(sock2, ud.second); in ZTEST() 538 ret = bind_socket(sock3, ud.second); in ZTEST()
|
/Zephyr-latest/tests/net/socket/udp/src/ |
D | main.c | 1930 static int bind_socket(int sock, struct net_if *iface) in bind_socket() function 2169 ret = bind_socket(packet_sock, lo0); in ZTEST() 2218 ret = bind_socket(packet_sock, lo0); in ZTEST() 2268 ret = bind_socket(packet_sock, lo0); in ZTEST() 2334 ret = bind_socket(packet_sock, lo0); in ZTEST()
|