Searched refs:ping_command (Results 1 – 5 of 5) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | netcnt.c | 42 snprintf(cmd, sizeof(cmd), "%s ::1 -A -c 10000 -q > /dev/null", ping_command(AF_INET6)); in serial_test_netcnt()
|
H A D | test_tunnel.c | 361 SYS(fail, "%s %s %s > /dev/null", ping_command(family), PING_ARGS, addr); in test_ping()
|
H A D | tc_redirect.c | 458 SYS(fail, "ip netns exec " NS_SRC " %s " PING_ARGS " %s > /dev/null", ping_command(family), addr); in test_ping()
|
/linux/tools/testing/selftests/bpf/ |
H A D | network_helpers.h | 82 char *ping_command(int family);
|
H A D | network_helpers.c | 437 char *ping_command(int family) in ping_command() function
|