OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WARN_WAIT
(Results
1 - 3
of
3
) sorted by null
/external/ltp/testcases/network/stress/ns-tools/
killall_icmp_traffic
55
WARN_WAIT
=300
77
if [ $elapse_epoc -ge $
WARN_WAIT
]; then
78
echo "ping command is not dead over $
WARN_WAIT
sec" >&2
killall_tcp_traffic
55
WARN_WAIT
=300
72
if [ $elapse_epoc -ge $
WARN_WAIT
]; then
73
echo "TCP traffic server is not dead over $
WARN_WAIT
sec" >&2
96
if [ $elapse_epoc -ge $
WARN_WAIT
]; then
97
echo "TCP traffic client is not dead over $
WARN_WAIT
sec" >&2
killall_udp_traffic
55
WARN_WAIT
=300
72
if [ $elapse_epoc -ge $
WARN_WAIT
]; then
73
tst_resm TINFO "UDP traffic server is not dead over $
WARN_WAIT
sec" >&2
96
if [ $elapse_epoc -ge $
WARN_WAIT
]; then
97
tst_resm TINFO "UDP traffic client is not dead over $
WARN_WAIT
sec" >&2
Completed in 187 milliseconds