Searched refs:test_ping (Results 1 – 7 of 7) sorted by relevance
236 test_ping() { function691 test_ping "10.0.1.1" "dead:1::1"692 test_ping "10.0.2.1" "dead:2::1"693 test_ping "10.0.2.99" "dead:2::99"710 test_ping "10.0.1.1" "dead:1::1"711 test_ping "10.9.9.1" "dead:9::1"728 test_ping 10.0.2.1 dead:2::1 || exit 1738 test_ping 127.0.0.1 ::1741 test_ping 10.0.1.99 dead:1::99748 test_ping 127.0.0.1 ::1 || exit 1[all …]
91 test_ping() { function345 if test_ping; then
91 test_ping() { function251 if test_ping; then
152 test_ping() { function239 if ! test_ping;then632 if test_ping; then
487 static int test_ping(int family, const char *addr) in test_ping() function498 test_ping(AF_INET, IP4_ADDR_TUNL_DEV0); in ping_dev0()510 test_ping(AF_INET, IP4_ADDR_TUNL_DEV1); in ping_dev1()516 test_ping(AF_INET6, IP6_ADDR_VETH0); in ping6_veth0()521 test_ping(AF_INET6, IP6_ADDR_TUNL_DEV0); in ping6_dev0()533 test_ping(AF_INET, IP6_ADDR_TUNL_DEV1); in ping6_dev1()
457 static int test_ping(int family, const char *addr) in test_ping() function468 test_ping(AF_INET, IP4_DST); in test_connectivity()470 test_ping(AF_INET6, IP6_DST); in test_connectivity()
449 test_ping() function535 test_ping
Completed in 12 milliseconds