Home
last modified time | relevance | path

Searched refs:hops_num (Results 1 – 1 of 1) sorted by relevance

/external/ltp/testcases/network/tcp_cmds/tracepath/
Dtracepath01.sh42 hops_num=$(echo "$output" | sed -nE 's/.*hops ([0-9]+).*/\1/p')
43 if [ -z "$hops_num" ]; then
48 if [ "$hops_num" -eq 0 ]; then
53 tst_res TPASS "traced path to '$rhost' in $hops_num hops"