Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/socket/reuseaddr_reuseport/src/
Dmain.c160 static void test_bind_fail(int sock, const struct sockaddr *addr, socklen_t addrlen) in test_bind_fail() function
317 test_bind_fail(server_sock2, &bind_addr2, sizeof(bind_addr2)); in test_reuseaddr_unspecified_specified_common()
326 test_bind_fail(server_sock2, &bind_addr2, sizeof(bind_addr2)); in test_reuseaddr_unspecified_specified_common()
406 test_bind_fail(server_sock2, (struct sockaddr *) &bind_addr2, sizeof(bind_addr2)); in test_reuseaddr_tcp_listening_common()
483 test_bind_fail(server_sock, (struct sockaddr *) &bind_addr, sizeof(bind_addr)); in test_reuseaddr_tcp_tcp_time_wait_common()
599 test_bind_fail(server_sock2, &bind_addr2, sizeof(bind_addr2)); in test_reuseport_unspecified_specified_common()
608 test_bind_fail(server_sock2, &bind_addr2, sizeof(bind_addr2)); in test_reuseport_unspecified_specified_common()
811 test_bind_fail(accept_sock, (struct sockaddr *) &server_addr, in test_reuseport_udp_server_client_common()