Home | History | Annotate | Download | only in iptables

Lines Matching full:timeout

13 TIMEOUT=10
52 -t | --timeout Specify the timeout in seconds (default: $TIMEOUT)
59 LONGOPTS="timeout:,version,help";
68 eval TIMEOUT=$opt
69 case "$TIMEOUT" in
72 echo "E: non-numeric timeout value." >&2
84 (-t|--timeout) OPT_STATE=SET_TIMEOUT;;
150 read -n1 -t "${TIMEOUT:-15}" ret 2>&1 || :
162 echo "Timeout. Something happened (or did not). Better play it safe..."