Searched refs:ping6 (Results 1 – 25 of 26) sorted by relevance
12
/external/iputils/ |
D | RELNOTES | 8 ping6: Print unknown ICMP type. 9 ping6: Fix flowlabel switch (-F option). 11 ping6: Use GNU TLS by default. 15 ping6: Ensure to initialize msghdr. 24 ping,ping6: Check outgoing device only if specified. 37 ping6: Improve randomness of NI Nonce. 43 ping6: Do not try to free memory pointed by uninitialized variable on error path. 47 ping,ping6: Allow printing usage without permission errors. 48 ping,ping6: Fix cap_t leakage. 49 arping,ping,ping6: Do not ideologically check return value from cap_free,cap_{set,get}_flag(). [all …]
|
D | iputils.spec | 43 install -cp ping6 ${RPM_BUILD_ROOT}%{_bindir}/ 49 ln -sf ../bin/ping6 ${RPM_BUILD_ROOT}%{_sbindir} 60 ln -s ping.8.gz ${RPM_BUILD_ROOT}%{_mandir}/man8/ping6.8.gz 78 %attr(0755,root,root) %caps(cap_net_raw=ep cap_net_admin=ep) %{_bindir}/ping6 83 %{_sbindir}/ping6
|
D | Android.bp | 56 name: "ping6", 60 "ping6.c",
|
D | Makefile | 110 IPV6_TARGETS=tracepath6 traceroute6 ping6
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | fcnal-test.sh | 70 which ping6 > /dev/null 2>&1 && ping6=$(which ping6) || ping6=$(which ping) 166 killall nettest ping ping6 >/dev/null 2>&1 1696 run_cmd ${ping6} -c1 -w1 ${a} 1703 run_cmd ${ping6} -c1 -w1 -I ${NSA_DEV} ${a} 1707 run_cmd ${ping6} -c1 -w1 -I ${NSA_LO_IP6} ${a} 1717 run_cmd_nsb ${ping6} -c1 -w1 ${a} 1727 run_cmd ${ping6} -c1 -w1 ${a} 1734 run_cmd ${ping6} -c1 -w1 -I ${NSA_DEV} ${a} 1742 run_cmd ${ping6} -c1 -w1 -I ${NSA_DEV} ${a} 1756 run_cmd ${ping6} -c1 -w1 ${a} [all …]
|
D | fib_nexthop_multiprefix.sh | 18 which ping6 > /dev/null 2>&1 && ping6=$(which ping6) || ping6=$(which ping) 205 run_cmd ip netns exec h0 ${ping6} -s ${ping_sz} -c5 -w5 ${dst} 248 run_cmd taskset -c ${c} ip netns exec h0 ${ping6} -c1 -w1 2001:db8:10${i}::1
|
D | l2tp.sh | 19 which ping6 > /dev/null 2>&1 && ping6=$(which ping6) || ping6=$(which ping) 331 run_cmd host-1 ${ping6} -c1 -w1 fc00:1::2 334 run_cmd host-1 ${ping6} -c1 -w1 -I fc00:101::1 fc00:101::2 353 run_cmd host-1 ${ping6} -c1 -w1 fc00:1::2 356 run_cmd host-1 ${ping6} -c1 -w1 -I fc00:101::1 fc00:101::2
|
D | icmp_redirect.sh | 331 run_cmd ip netns exec h1 ${ping6} -q -M want -i 0.5 -c 10 -w 2 -s ${sz} ${H1_PING_ARG} ${H2_N2_IP6} 402 run_cmd ip netns exec h1 ${ping6} -c1 -w1 ${H1_PING_ARG} ${H2_N2_IP6} 484 which ping6 > /dev/null 2>&1 && ping6=$(which ping6) || ping6=$(which ping)
|
D | pmtu.sh | 132 which ping6 > /dev/null 2>&1 && ping6=$(which ping6) || ping6=$(which ping) 676 ping=${ping6} 780 ping=${ping6} 846 ping=${ping6} 952 run_cmd ${ns_a} ${ping6} -q -i 0.1 -w 1 -s 60000 ${tunnel6_b_addr}
|
D | fib_tests.sh | 20 which ping6 > /dev/null 2>&1 && ping6=$(which ping6) || ping6=$(which ping) 1105 run_cmd "ip netns exec ns1 ${ping6} -w1 -c1 -s 1500 2001:db8:104::1"
|
D | traceroute.sh | 205 ip netns exec host-1 ping6 -c5 2000:103::4 >/dev/null 2>&1
|
/external/ltp/testcases/network/stress/ns-tools/ |
D | check_icmpv6_connectivity | 64 ping6 -I $src_ifname -c 1 $dst_ipv6addr -w 1 >/dev/null 2>&1
|
D | 00_Descriptions.txt | 41 Kill all of the icmp traffic utilities (ping or ping6)
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_tunnel.sh | 310 ping6 $PING_ARG ::11 316 ip netns exec at_ns0 ping6 $PING_ARG fc80::200 339 ping6 $PING_ARG ::11 345 ip netns exec at_ns0 ping6 $PING_ARG fc80::200 391 ping6 $PING_ARG ::11 440 ping6 $PING_ARG ::11 541 ping6 $PING_ARG ::11
|
D | test_skb_cgroup_id.sh | 61 type ping6 >/dev/null 2>&1 && PING6="ping6" || PING6="ping -6"
|
D | test_lwt_ip_encap.sh | 289 ip netns exec ${NS1} ping6 -c 1 -W 6 -I veth1 ${IPv6_DST} 2>&1 > /dev/null
|
/external/linux-kselftest/tools/testing/selftests/net/forwarding/ |
D | forwarding.config.sample | 23 PING6=ping6
|
D | lib.sh | 9 PING6=${PING6:=ping6}
|
/external/linux-kselftest/tools/testing/selftests/netfilter/ |
D | conntrack_icmp_related.sh | 213 ip netns exec nsclient1 ping6 -q -c 1 -s 1000 dead:2::2 >/dev/null 262 ip netns exec nsclient1 ping6 -c 1 -s 1300 dead:2::2 > /dev/null
|
/external/ltp/testcases/kernel/containers/netns/ |
D | netns_helper.sh | 171 if which ping6 >/dev/null 2>&1; then
|
/external/ltp/testcases/lib/ |
D | tst_net.sh | 945 if [ -z "$TST_USE_LEGACY_API" ] && ! tst_cmd_available ping6; then 946 ping6() function
|
/external/iputils/doc/ |
D | ping.sgml | 10 <refname>ping, ping6</refname> 48 <command/ping6/ is IPv6 version of <command/ping/, and can also send Node Information Queries (RFC4… 123 <command/ping6/ only. 151 For <command/ping6/, when doing ping to a link-local scope 192 <command/ping6/ only.
|
D | ninfod.sgml | 26 Queries can be sent by various implementations of <command/ping6/ command.
|
/external/toybox/android/device/generated/ |
D | newtoys.h | 203 USE_PING(OLDTOY(ping6, ping, TOYFLAG_USR|TOYFLAG_BIN))
|
/external/toybox/android/linux/generated/ |
D | newtoys.h | 203 USE_PING(OLDTOY(ping6, ping, TOYFLAG_USR|TOYFLAG_BIN))
|
12