Searched refs:PING_ARGS (Results 1 – 2 of 2) sorted by relevance
92 #define PING_ARGS "-i 0.01 -c 3 -w 10 -q" macro208 SYS("%s %s %s > /dev/null", ping_command(family), PING_ARGS, addr); in test_ping()
60 #define PING_ARGS "-i 0.2 -c 3 -w 10 -q" macro333 SYS("ip netns exec " NS_SRC " %s " PING_ARGS " %s > /dev/null", ping_command(family), addr); in test_ping()