Lines Matching refs:OPTARG
58 if [ $OPTARG -ge 0 ];then
59 tc_delay="$OPTARG"
61 echo "-d requires numeric argument, got \"$OPTARG\"" 1>&2
66 ethtool_args="$ethtool_args $OPTARG off"
70 tc_loss="$OPTARG"
73 tc_reorder="$OPTARG"
82 if [ $OPTARG -ge 0 ];then
83 sndbuf="$OPTARG"
85 echo "-S requires numeric argument, got \"$OPTARG\"" 1>&2
90 if [ $OPTARG -ge 0 ];then
91 rcvbuf="$OPTARG"
93 echo "-R requires numeric argument, got \"$OPTARG\"" 1>&2
98 testmode="$OPTARG"
101 filesize="$OPTARG"