Lines Matching refs:OPTARG
63 if [ $OPTARG -ge 0 ];then
64 tc_delay="$OPTARG"
66 echo "-d requires numeric argument, got \"$OPTARG\"" 1>&2
71 ethtool_args="$ethtool_args $OPTARG off"
75 tc_loss="$OPTARG"
78 tc_reorder="$OPTARG"
87 if [ $OPTARG -ge 0 ];then
88 sndbuf="$OPTARG"
90 echo "-S requires numeric argument, got \"$OPTARG\"" 1>&2
95 if [ $OPTARG -ge 0 ];then
96 rcvbuf="$OPTARG"
98 echo "-R requires numeric argument, got \"$OPTARG\"" 1>&2
103 testmode="$OPTARG"
106 filesize="$OPTARG"