Home
last modified time | relevance | path

Searched refs:TIMEOUT (Results 1 – 25 of 82) sorted by relevance

1234

/freebsd/contrib/netbsd-tests/net/net/
H A Dt_forwarding.sh43 TIMEOUT=5
117 atf_check -s exit:0 -o ignore rump.ping6 -n -c 1 -X $TIMEOUT ${addr}
119 atf_check -s exit:0 -o ignore rump.ping -n -w $TIMEOUT -c 1 ${addr}
186 ftp -q $TIMEOUT -o out http://$ip/$HTML_FILE
198 atf_check -s exit:0 -o ignore rump.ping -n -w $TIMEOUT -c 1 ${IP4SRCGW}
199 atf_check -s exit:0 -o ignore rump.ping -n -w $TIMEOUT -c 1 ${IP4DSTGW}
211 atf_check -s exit:0 -o ignore rump.ping6 -n -c 1 -X $TIMEOUT ${IP6SRCGW}
212 atf_check -s exit:0 -o ignore rump.ping6 -n -c 1 -X $TIMEOUT ${IP6DSTGW}
298 atf_check -s not-exit:0 -o ignore rump.ping -q -n -w $TIMEOUT -c 1 $IP4DST
300 atf_check -s not-exit:0 -o ignore rump.ping -q -n -w $TIMEOUT -c 1 $IP4SRC
[all …]
H A Dt_ping6_opts.sh42 TIMEOUT=1
159 atf_check -s exit:0 -o ignore rump.ping6 -n -c 1 -X $TIMEOUT $IP6DST
165 atf_check -s exit:0 -o ignore rump.ping6 -n -c 1 -X $TIMEOUT $IP6DST
169 atf_check -s exit:0 -o ignore rump.ping6 -n -c 1 -X $TIMEOUT \
173 atf_check -s exit:0 -o ignore rump.ping6 -n -c 1 -X $TIMEOUT \
208 atf_check -s exit:0 -o ignore rump.ping6 -n -c 1 -X $TIMEOUT $gw_lladdr
216 atf_check -s exit:0 -o ignore rump.ping6 -n -c 1 -X $TIMEOUT $gw_lladdr
220 atf_check -s exit:0 -o ignore rump.ping6 -n -c 1 -X $TIMEOUT \
224 atf_check -s exit:0 -o ignore rump.ping6 -n -c 1 -X $TIMEOUT \
259 atf_check -s exit:0 -o ignore rump.ping6 -n -c 1 -X $TIMEOUT $IP6DST
[all …]
H A Dt_ipv6address.sh45 TIMEOUT=3
258 rump.ping6 -c 1 -X $TIMEOUT -n ${fwd_if0_lladdr}
261 rump.ping6 -c 1 -X $TIMEOUT -n ${fwd_if0_lladdr}%shmif0
271 rump.ping6 -c 1 -X $TIMEOUT -n -S ${src_if1_lladdr}%shmif1 \
294 rump.ping6 -c 1 -X $TIMEOUT -n -S ${src_if0_lladdr}%shmif0 ${IP6FWD0}
300 rump.ping6 -c 1 -X $TIMEOUT -n ${src_if0_lladdr}%shmif0
302 rump.ping6 -c 1 -X $TIMEOUT -n ${src_if1_lladdr}%shmif0
313 -X $TIMEOUT -n -S ${IP6SRC} ${IP6DST}
318 -X $TIMEOUT -n -S ${src_if0_lladdr}%shmif0 ${IP6DST}
324 -X $TIMEOUT -n -S ${IP6SRC} ${dst_if0_lladdr}%shmif0
/freebsd/usr.sbin/rpc.lockd/
H A Dtest.c8 static struct timeval TIMEOUT = { 0, 0 }; variable
18 …if (clnt_call(clnt, NLM_TEST, xdr_nlm_testargs, argp, xdr_nlm_testres, &res, TIMEOUT) != RPC_SUCCE…
34 …if (st = clnt_call(clnt, NLM_LOCK, xdr_nlm_lockargs, argp, xdr_nlm_res, &res, TIMEOUT) != RPC_SUCC…
51 …if (clnt_call(clnt, NLM_CANCEL, xdr_nlm_cancargs, argp, xdr_nlm_res, &res, TIMEOUT) != RPC_SUCCESS…
66 …if (clnt_call(clnt, NLM_UNLOCK, xdr_nlm_unlockargs, argp, xdr_nlm_res, &res, TIMEOUT) != RPC_SUCCE…
81 …if (clnt_call(clnt, NLM_GRANTED, xdr_nlm_testargs, argp, xdr_nlm_res, &res, TIMEOUT) != RPC_SUCCES…
96 …if (clnt_call(clnt, NLM_TEST_MSG, xdr_nlm_testargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS)…
111 …if (clnt_call(clnt, NLM_LOCK_MSG, xdr_nlm_lockargs, argp, xdr_void, NULL, TIMEOUT) != RPC_SUCCESS)…
127 …if (clnt_call(clnt, NLM_CANCEL_MSG, xdr_nlm_cancargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCES…
142 …if (clnt_call(clnt, NLM_UNLOCK_MSG, xdr_nlm_unlockargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCC…
[all …]
/freebsd/contrib/netbsd-tests/net/if_bridge/
H A Dt_bridge.sh41 TIMEOUT=5
108 atf_check -s exit:0 -o ignore rump.ping6 -n -c 1 -X $TIMEOUT ${addr}
110 atf_check -s exit:0 -o ignore rump.ping -n -w $TIMEOUT -c 1 ${addr}
245 atf_check -s not-exit:0 -o ignore rump.ping -q -n -w $TIMEOUT -c 1 $IP2
247 atf_check -s not-exit:0 -o ignore rump.ping -q -n -w $TIMEOUT -c 1 $IP1
254 atf_check -s exit:0 -o ignore rump.ping -q -n -w $TIMEOUT -c 1 $IP2
259 atf_check -s exit:0 -o ignore rump.ping -q -n -w $TIMEOUT -c 1 $IP1
266 atf_check -s not-exit:0 -o ignore rump.ping6 -q -n -c 1 -X $TIMEOUT $IP62
268 atf_check -s not-exit:0 -o ignore rump.ping6 -q -n -c 1 -X $TIMEOUT $IP61
275 atf_check -s exit:0 -o ignore rump.ping6 -q -n -c 1 -X $TIMEOUT $IP62
[all …]
/freebsd/contrib/netbsd-tests/net/if_pppoe/
H A Dt_pppoe.sh44 TIMEOUT=3
163 atf_check -s exit:0 -o ignore rump.ping -c 1 -w $TIMEOUT $SERVER_IP
173 rump.ping -c 1 -w $TIMEOUT $SERVER_IP
181 atf_check -s exit:0 -o ignore rump.ping -c 1 -w $TIMEOUT $SERVER_IP
192 rump.ping -c 1 -w $TIMEOUT $CLIENT_IP
206 atf_check -s exit:0 -o ignore rump.ping -c 1 -w $TIMEOUT $CLIENT_IP
223 rump.ping -c 1 -w $TIMEOUT $SERVER_IP
300 atf_check -s exit:0 -o ignore rump.ping6 -c 1 -X $TIMEOUT $SERVER_IP6
311 rump.ping6 -c 1 -X $TIMEOUT $SERVER_IP6
324 atf_check -s exit:0 -o ignore rump.ping6 -c 1 -X $TIMEOUT $SERVER_IP6
[all …]
/freebsd/contrib/netbsd-tests/net/if_tap/
H A Dt_tap.sh39 TIMEOUT=1
114 atf_check -s exit:0 -o ignore rump.ping -n -w $TIMEOUT -c 1 $IP4_LOCAL
117 rump.ping -n -w $TIMEOUT -c 1 $IP4_TAP
119 atf_check -s exit:0 -o ignore rump.ping6 -n -X $TIMEOUT -c 1 $IP6_LOCAL
122 rump.ping6 -n -X $TIMEOUT -c 1 $IP6_TAP
176 atf_check -s exit:0 -o ignore rump.ping -n -w $TIMEOUT -c 1 $IP4_LOCAL
177 atf_check -s exit:0 -o ignore rump.ping -n -w $TIMEOUT -c 1 $IP4_TAP
179 atf_check -s exit:0 -o ignore rump.ping6 -n -X $TIMEOUT -c 1 $IP6_LOCAL
180 atf_check -s exit:0 -o ignore rump.ping6 -n -X $TIMEOUT -c 1 $IP6_TAP
/freebsd/usr.sbin/rpc.statd/
H A Dtest.c8 static struct timeval TIMEOUT = { 25, 0 }; variable
19 (xdrproc_t)xdr_sm_stat_res, &res, TIMEOUT) != RPC_SUCCESS) {
35 (xdrproc_t)xdr_sm_stat_res, &res, TIMEOUT) != RPC_SUCCESS) {
51 (xdrproc_t)xdr_sm_stat, &res, TIMEOUT) != RPC_SUCCESS) {
67 (xdrproc_t)xdr_sm_stat, &res, TIMEOUT) != RPC_SUCCESS) {
83 (xdrproc_t)xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
/freebsd/contrib/netbsd-tests/net/if_gif/
H A Dt_gif.sh65 TIMEOUT=5
107 atf_check -s exit:0 -o ignore rump.ping6 -n -c 1 -X $TIMEOUT ${lan}
109 atf_check -s exit:0 -o ignore rump.ping -n -c 1 -w $TIMEOUT ${lan}
114 atf_check -s exit:0 -o ignore rump.ping6 -n -c 1 -X $TIMEOUT ${wan}
116 atf_check -s exit:0 -o ignore rump.ping -n -c 1 -w $TIMEOUT ${wan}
460 rump.ping6 -n -X $TIMEOUT -c 1 $ROUTER2_GIFIP6_RECURSIVE2
463 rump.ping -n -w $TIMEOUT -c 1 $ROUTER2_GIFIP_RECURSIVE2
488 rump.ping6 -n -X $TIMEOUT -c 1 -S $ROUTER1_LANIP6 \
492 rump.ping -n -w $TIMEOUT -c 1 -I $ROUTER1_LANIP \
499 rump.ping6 -n -X $TIMEOUT -c 1 -S $ROUTER2_LANIP6 \
[all …]
/freebsd/contrib/bc/tests/
H A Dhistory.py168 except pexpect.TIMEOUT:
210 except pexpect.TIMEOUT:
258 except pexpect.TIMEOUT:
292 except pexpect.TIMEOUT:
326 except pexpect.TIMEOUT:
370 except pexpect.TIMEOUT:
417 except pexpect.TIMEOUT:
469 except pexpect.TIMEOUT:
502 except pexpect.TIMEOUT:
542 except pexpect.TIMEOUT
[all...]
/freebsd/contrib/netbsd-tests/net/carp/
H A Dt_basic.sh36 TIMEOUT=3
114 rump.ping -n -w $TIMEOUT -c 1 $IP_MASTER
116 rump.ping -n -w $TIMEOUT -c 1 $IP_BACKUP
134 rump.ping -n -w $TIMEOUT -c 1 $IP_CARP
142 rump.ping -n -w $TIMEOUT -c 1 $IP_MASTER
/freebsd/contrib/netbsd-tests/net/ndp/
H A Dt_ndp.sh34 TIMEOUT=1
126 atf_check -s exit:0 -o ignore rump.ping6 -n -X $TIMEOUT -c 1 $IP6DST
187 atf_check -s exit:0 -o ignore rump.ping6 -n -X $TIMEOUT -c 1 $IP6DST
235 atf_check -s exit:0 -o ignore rump.ping6 -n -X $TIMEOUT -c 1 $IP6DST
278 atf_check -s exit:0 -o ignore rump.ping6 -n -X $TIMEOUT -c 1 \
288 atf_check -s exit:0 -o ignore rump.ping6 -n -X $TIMEOUT -c 1 \
302 atf_check -s exit:0 -o ignore rump.ping6 -n -X $TIMEOUT -c 1 \
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_clock_gettime.c80 #define TIMEOUT 5 macro
104 endlimit += TIMEOUT + 1; in check_timecounter()
171 "for %d seconds\n", TIMEOUT); in ATF_TC_BODY()
190 (void)printf("\nChecking %s for %d seconds\n", name, TIMEOUT); in ATF_TC_BODY()
/freebsd/tools/test/stress2/misc/
H A Dbench.sh107 alarm(TIMEOUT);
129 alarm(TIMEOUT);
154 alarm(TIMEOUT);
183 alarm(TIMEOUT);
208 alarm(TIMEOUT);
233 alarm(TIMEOUT);
H A Djumbo.sh118 alarm(TIMEOUT);
135 alarm(TIMEOUT);
160 alarm(TIMEOUT);
194 alarm(TIMEOUT);
/freebsd/libexec/talkd/
H A Dtalkd.c64 #define TIMEOUT 30 macro
94 alarm(TIMEOUT); in main()
123 alarm(TIMEOUT); in timeout()
/freebsd/cddl/usr.sbin/dwatch/
H A Ddwatch95 TIMEOUT= # -T time
225 [ "$TIMEOUT" ] && timeout=1
567 [ "$TIMEOUT" ] && ARGV="$ARGV -T $TIMEOUT"
770 T) TIMEOUT="$OPTARG" ;;
1005 if [ "$CUSTOM_TEST$EXECNAME$JID$OUTPUT$TIMEOUT$TRACE$VERBOSE" -a \
1013 [ "$TIMEOUT" ] && msg="$msg timeout: $TIMEOUT"
1114 eval $SUDO ${TIMEOUT:+timeout \"\$TIMEOUT\"} dtrace \
/freebsd/usr.sbin/ypbind/
H A Dyp_ping.c147 struct timeval TIMEOUT = { 0, 0 }; in ypproc_domain_nonack_2_send() local
153 TIMEOUT) != RPC_SUCCESS) { in ypproc_domain_nonack_2_send()
166 struct timeval TIMEOUT = { 0, 0 }; in ypproc_domain_nonack_2_recv() local
172 TIMEOUT) != RPC_SUCCESS) { in ypproc_domain_nonack_2_recv()
/freebsd/share/examples/libusb20/
H A Dbulk.c58 #define TIMEOUT 5000 /* 5 s */ macro
125 if ((rv = libusb20_tr_bulk_intr_sync(xfr_out, out_buf, out_len, &rlen, TIMEOUT)) in doit()
133 if ((rv = libusb20_tr_bulk_intr_sync(xfr_in, in_buf, BUFLEN, &rlen, TIMEOUT)) in doit()
H A Dcontrol.c59 #define TIMEOUT 5000 /* 5 s */ macro
127 TIMEOUT, in doit()
167 if ((rv = libusb20_tr_bulk_intr_sync(xfr_intr, in_buf, BUFLEN, &rlen, TIMEOUT)) in doit()
/freebsd/usr.sbin/spray/
H A Dspray.c54 static struct timeval TIMEOUT = { 25, 0 }; variable
138 (xdrproc_t)xdr_void, NULL, TIMEOUT) != RPC_SUCCESS) in main()
159 (xdrproc_t)xdr_spraycumul, &host_stats, TIMEOUT) != RPC_SUCCESS) in main()
/freebsd/contrib/ntp/sntp/
H A Dsntp-opts.h221 # ifdef TIMEOUT
222 # warning undefining TIMEOUT due to option name conflict
223 # undef TIMEOUT
246 # undef TIMEOUT
282 #define OPT_VALUE_TIMEOUT (DESC(TIMEOUT).optArg.argInt)
/freebsd/lib/librpcsvc/
H A Dyp_update.c53 #ifndef TIMEOUT
54 #define TIMEOUT 300 macro
110 timeout.tv_sec = TIMEOUT; in yp_update()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dget.ipv4remote.pl44 my $TIMEOUT = 3; # connection timeout
93 Timeout => $TIMEOUT,
/freebsd/contrib/netbsd-tests/net/if/
H A Dt_ifconfig.sh35 TIMEOUT=3
128 atf_check -s exit:0 -o ignore rump.ping -c 1 -w $TIMEOUT localhost
158 atf_check -s exit:0 -o ignore rump.ping -c 1 -w $TIMEOUT localhost
234 -w $TIMEOUT -n 192.168.0.2
237 atf_check -s exit:0 -o ignore rump.ping -c 1 -w $TIMEOUT -n 192.168.0.2
271 rump.ping -c 1 -w $TIMEOUT -n 192.168.0.3

1234