OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IF_CMD
(Results
1 - 7
of
7
) sorted by null
/external/ltp/testcases/network/stress/interface/
if-lib.sh
22
echo "-c Test command (ip, $
IF_CMD
)"
34
[ -n "$CMD" ] || tst_brk TBROK "
IF_CMD
variable not defined"
35
if [ "$CMD" != 'ip' -a "$CMD" != "$
IF_CMD
" ]; then
36
tst_brk TBROK "Missing or wrong -c parameter: '$CMD', use 'ip' or '$
IF_CMD
'"
if-updown
21
IF_CMD
='ifconfig'
if-mtu-change
21
IF_CMD
='ifconfig'
if-route-adddel
21
IF_CMD
='route'
if-route-addlarge
21
IF_CMD
='route'
if-addr-adddel
21
IF_CMD
='ifconfig'
if-addr-addlarge
21
IF_CMD
='ifconfig'
Completed in 196 milliseconds