blob: 696e356b7b957589b2b0c6a9f05d057d08b4c6c7 [file] [log] [blame]
Harald Welte4ffb43f2017-01-27 10:29:49 +01001Checking osmo_sock_init() with bind to a random local UDP port
2Checking for OSMO_SOCK_F_NONBLOCK
3Checking for invalid flags
Harald Weltedda70fc2017-04-08 20:52:33 +02004Checking osmo_sock_init2() with bind to a random local UDP port
5Checking osmo_sock_init2() for OSMO_SOCK_F_NONBLOCK
6Checking osmo_sock_init2() for invalid flags
7Checking osmo_sock_init2() for combined BIND + CONNECT
Alexander Couzens2c962f52020-06-03 00:28:02 +02008Checking osmo_sock_init2(AF_UNSPEC) must fail on mixed IPv4 & IPv6
9Checking osmo_sock_init2(AF_UNSPEC) must fail on mixed IPv6 & IPv4
10Checking osmo_sock_init2(AF_UNSPEC) BIND + CONNECT on IPv4
11Checking osmo_sock_init2(AF_UNSPEC) BIND + CONNECT on IPv6
Pau Espin Pedrold9e04172020-08-31 18:56:10 +020012Checking osmo_sock_init2(AF_UNSPEC) BIND on IPv4