1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Checking osmo_sock_init() with bind to a random local UDP port
Checking for OSMO_SOCK_F_NONBLOCK
Checking for invalid flags
Checking osmo_sock_init2() with bind to a random local UDP port
Checking osmo_sock_init2() for OSMO_SOCK_F_NONBLOCK
Checking osmo_sock_init2() for invalid flags
Checking osmo_sock_init2() for combined BIND + CONNECT
Checking osmo_sock_init2(AF_UNSPEC) must fail on mixed IPv4 & IPv6
Checking osmo_sock_init2(AF_UNSPEC) must fail on mixed IPv6 & IPv4
Checking osmo_sock_init2(AF_UNSPEC) BIND + CONNECT on IPv4
Checking osmo_sock_init2(AF_UNSPEC) BIND + CONNECT on IPv6
Checking osmo_sock_init2(AF_UNSPEC) BIND on IPv4
Checking test_get_ip_and_port() for combined BIND + CONNECT on IPv4
Checking test_get_ip_and_port() for combined BIND + CONNECT on IPv6
Checking osmo_sock_init_osa() with bind to a random local UDP port
Checking osmo_sock_init_osa() IPv4 for OSMO_SOCK_F_NONBLOCK
Checking osmo_sock_init_osa() IPv6 for OSMO_SOCK_F_NONBLOCK
Checking osmo_sock_init_osa() for invalid flags
Checking osmo_sock_init_osa() for combined BIND + CONNECT on IPv4
Checking osmo_sock_init_osa() for combined BIND + CONNECT on IPv6
Checking osmo_sock_init_osa() must fail on mixed IPv4 & IPv6
Checking osmo_sock_init_osa() must fail on mixed IPv6 & IPv4
Checking osmo_sock_init_osa() must fail on invalid osmo_sockaddr
Checking osmo_sockaddr_to_str_buf to small IPv4
Checking osmo_sockaddr_to_str_buf IPv4
Checking osmo_sockaddr_to_str_buf IPv6
Checking osmo_sockaddr_to_str_buf too short IPv6
Checking osmo_sockaddr_to_str_buf too short IPv6
Checking osmo_sockaddr_to_str_buf only 5 bytes IPv6
Checking osmo_sockaddr_to_str_buf only 5 bytes IPv6
Checking osmo_sockaddr_to_str_buf long IPv6
Checking osmo_sockaddr_to_str_buf long IPv6 port
Checking osmo_sockaddr_to_str_buf long IPv6 port static buffer
Checking osmo_sockaddr_from_str_and_uint for 0.0.0.0
Checking osmo_sockaddr_from_str_and_uint for ::
Checking osmo_sockaddr_from_str_and_uint for 1.2.3.4
|