Searched refs:ping (Results 51 - 75 of 219) sorted by relevance

123456789

/linux-master/tools/testing/selftests/net/
H A Dsrv6_hencap_red_l3vpn_test.sh663 ip netns exec "${rtsrc_nsname}" ping -c 1 -W "${PING_TIMEOUT_SEC}" \
684 ip netns exec "${hssrc_nsname}" ping -c 1 -W "${PING_TIMEOUT_SEC}" \
696 ip netns exec "${hssrc_nsname}" ping -c 1 -W "${PING_TIMEOUT_SEC}" \
861 test_command_or_ksft_skip ping
H A Dsrv6_hl2encap_red_l2vpn_test.sh654 ip netns exec "${rtsrc_nsname}" ping -c 1 -W "${PING_TIMEOUT_SEC}" \
675 ip netns exec "${hssrc_nsname}" ping -c 1 -W "${PING_TIMEOUT_SEC}" \
687 ip netns exec "${hssrc_nsname}" ping -c 1 -W "${PING_TIMEOUT_SEC}" \
804 test_command_or_ksft_skip ping
H A Dfcnal-test.sh86 which ping6 > /dev/null 2>&1 && ping6=$(which ping6) || ping6=$(which ping)
191 killall nettest ping ping6 >/dev/null 2>&1
592 run_cmd ping -c1 -w1 ${a}
593 log_test_addr ${a} $? 0 "ping out"
596 run_cmd ping -c1 -w1 -I ${NSA_DEV} ${a}
597 log_test_addr ${a} $? 0 "ping out, device bind"
600 run_cmd ping -c1 -w1 -I ${NSA_LO_IP} ${a}
601 log_test_addr ${a} $? 0 "ping out, address bind"
609 run_cmd ping -c 1 -w 1 -r ${a}
610 log_test_addr ${a} $? 0 "ping ou
[all...]
H A Darp_ndisc_evict_nocarrier.sh6 # Create a veth pair and set IPs/routes on both. Then ping to establish
46 ip netns exec ${me} ping -6 -c1 -Iveth1 $V6_ADDR1 >/dev/null 2>&1
73 ping -c1 -I veth0 $V4_ADDR1 -q >/dev/null 2>&1
H A Dsrv6_end_flavors_test.sh680 ip netns exec "${rtsrc_nsname}" ping -c 1 -W "${PING_TIMEOUT_SEC}" \
701 ip netns exec "${hssrc_nsname}" ping -c 1 -W "${PING_TIMEOUT_SEC}" \
847 test_command_or_ksft_skip ping
H A Dsrv6_end_dt46_l3vpn_test.sh57 # The ping response follows the same processing but this time the roles of rt-1
408 ip netns exec ${nsname} ping -c 1 -W 1 ${IPv6_RT_NETWORK}::${rtdst} \
428 ip netns exec ${nsname} ping -c 1 -W ${PING_TIMEOUT_SEC} \
439 ip netns exec ${nsname} ping -c 1 -W ${PING_TIMEOUT_SEC} \
465 # NOTE: ping should fail
469 # NOTE: ping should fail
H A Dsrv6_end_next_csid_l3vpn_test.sh887 ip netns exec "${rtsrc_nsname}" ping -c 1 -W "${PING_TIMEOUT_SEC}" \
908 ip netns exec "${hssrc_nsname}" ping -c 1 -W "${PING_TIMEOUT_SEC}" \
920 ip netns exec "${hssrc_nsname}" ping -c 1 -W "${PING_TIMEOUT_SEC}" \
1124 test_command_or_ksft_skip ping
/linux-master/samples/qmi/
H A Dqmi_sample_client.c68 char ping[4]; member in struct:test_ping_req_msg_v01
82 ping),
309 memcpy(req.ping, "ping", sizeof(req.ping));
342 pr_err("spurious ping response\n");
493 sample->de_ping = debugfs_create_file("ping", 0600, sample->de_dir,
/linux-master/drivers/watchdog/
H A Ddb8500_wdt.c73 .ping = db8500_wdt_keepalive,
H A Dep93xx_wdt.c16 * for us to rely on the user space daemon alone. So we ping the
84 .ping = ep93xx_wdt_ping,
H A Dbcm47xx_wdt.c101 .ping = bcm47xx_wdt_hard_keepalive,
172 .ping = bcm47xx_wdt_soft_keepalive,
H A Dda9052_wdt.c146 .ping = da9052_wdt_ping,
H A Dmenf21bmc_wdt.c110 .ping = menf21bmc_wdt_ping,
H A Dxen_wdt.c109 .ping = xen_wdt_kick,
H A Dretu_wdt.c98 .ping = retu_wdt_ping,
H A Dmsc313e_wdt.c87 .ping = msc313e_wdt_ping,
H A Dgxp-wdt.c102 .ping = gxp_wdt_ping,
/linux-master/tools/testing/selftests/drivers/net/bonding/
H A Dbond_macvlan.sh36 ip netns exec ${ns} ping ${target} -c 4 -i 0.1 &>/dev/null
37 check_err $? "ping failed"
H A Dbond_topo_2d1c.sh153 slowwait 2 ip netns exec ${s_ns} ping ${c_ip4} -c 1 -W 0.1 &> /dev/null
154 ip netns exec ${s_ns} ping ${c_ip4} -c5 -i 0.1 &>/dev/null
155 check_err $? "${msg}: ping failed"
H A Dlag_lib.sh161 slowwait 2 ip netns exec ${CLIENT} ping ${SWITCHIP} -c 2 -W 0.1 &> /dev/null
171 slowwait 2 ip netns exec ${CLIENT} ping ${SWITCHIP} -c 2 -W 0.1 &> /dev/null
/linux-master/net/ipv6/
H A DMakefile11 raw.o icmp.o mcast.o reassembly.o tcp_ipv6.o ping.o \
/linux-master/tools/testing/selftests/bpf/
H A Dtest_xdp_redirect_multi.sh24 # ping test: ns1 -> ns2 (block), echo requests will be redirect back
94 # Add a neigh entry for IPv4 ping test
112 ip netns exec ${NS[1]} ping 192.0.2.254 -i 0.1 -c 4 &> /dev/null
137 ip netns exec ${NS[1]} ping 192.0.2.253 -i 0.1 -c 4 &> /dev/null
H A Dtest_xdp_veth.sh119 ip netns exec ${NS1} ping -c 1 -W 1 10.1.1.33
/linux-master/drivers/gpu/drm/i915/
H A Dvlv_sideband.c28 static void ping(void *info) function
48 on_each_cpu(ping, NULL, 1);
/linux-master/tools/testing/selftests/net/netfilter/
H A Dbr_netfilter.sh31 if ! ip netns exec "$fromns" ping -c 1 -q "$dstip" > /dev/null; then
32 echo "ERROR: ping from $fromns to $dstip"
48 if ! ip netns exec "$fromns" ping -q -f -b -c 1 -q "$dstip" > /dev/null 2>&1; then
49 echo "ERROR: ping -b from $fromns to $dstip"
109 # for testing, so namespaces will reply to ping -b probes.

Completed in 231 milliseconds

123456789