OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ping_cmd
(Results
1 - 3
of
3
) sorted by null
/external/ltp/testcases/network/tcp_cmds/tcpdump/
tcpdump01
31
ping_cmd
=ping$TST_IPV6
32
tst_check_cmds tcpdump kill $
ping_cmd
41
tst_resm TINFO "start $
ping_cmd
in background"
43
$
ping_cmd
-I $(tst_iface) -f $addr > /dev/null 2>&1 &
/tools/test/connectivity/acts/framework/acts/
utils.py
793
ping_cmd
= "ping -W 1"
795
ping_cmd
+= " -c %d" % count
797
ping_cmd
+= " %s | tee /data/ping.txt" % dest_ip
800
ping_cmd
)
801
out = ad.adb.shell(
ping_cmd
, timeout=timeout)
/external/autotest/client/common_lib/
site_utils.py
103
ping_cmd
= 'ping6' if re.search(r':.*:', host) else 'ping'
110
return base_utils.run(
ping_cmd
, args=args, verbose=True,
[
all
...]
Completed in 562 milliseconds