Lines Matching refs:OPTARG
71 if [ $OPTARG -ge 0 ];then
72 tc_delay="$OPTARG"
74 echo "-d requires numeric argument, got \"$OPTARG\"" 1>&2
79 ethtool_args="$ethtool_args $OPTARG off"
83 tc_loss="$OPTARG"
86 tc_reorder="$OPTARG"
95 if [ $OPTARG -ge 0 ];then
96 sndbuf="$OPTARG"
98 echo "-S requires numeric argument, got \"$OPTARG\"" 1>&2
103 if [ $OPTARG -ge 0 ];then
104 rcvbuf="$OPTARG"
106 echo "-R requires numeric argument, got \"$OPTARG\"" 1>&2
111 testmode="$OPTARG"
114 filesize="$OPTARG"