Searched refs:TIMEOUT (Results 26 - 50 of 64) sorted by relevance

123

/macosx-10.10/bind9-45.101/bind9/bin/tests/system/tkey/
H A Dkeydelete.c60 #define TIMEOUT 30 macro
135 0, tsigkey, TIMEOUT, task,
H A Dkeycreate.c60 #define TIMEOUT 30 macro
192 0, initialkey, TIMEOUT, task,
/macosx-10.10/network_cmds-457/kdumpd.tproj/
H A Dkdumpd.c83 #define TIMEOUT 2 macro
86 int rexmtval = TIMEOUT;
87 int maxtimeout = 25 * TIMEOUT;
/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dupap.c223 TIMEOUT(upap_reqtimeout, u, u->us_reqtimeout);
290 TIMEOUT(upap_reqtimeout, u, u->us_reqtimeout);
604 TIMEOUT(upap_timeout, u, u->us_timeouttime);
H A Dchap-new.c247 TIMEOUT(chap_status_timeout, arg, chap_timeout_time);
351 TIMEOUT(chap_timeout, arg, chap_timeout_time);
475 TIMEOUT(chap_timeout, ss,
543 TIMEOUT(chap_timeout, ss,
644 TIMEOUT(chap_status_timeout, cs,
H A Dfsm.c269 TIMEOUT(fsm_timeout, f, f->timeouttime);
301 TIMEOUT(fsm_timeout, f, f->timeouttime);
691 TIMEOUT(fsm_timeout, f, f->timeouttime);
797 TIMEOUT(fsm_timeout, f, f->timeouttime);
860 TIMEOUT(fsm_timeout, f, f->timeouttime);
H A Dauth.c1174 TIMEOUT(check_idle, NULL, tlim);
1201 TIMEOUT(check_idle, NULL, tlim);
1208 TIMEOUT(connect_time_expired, 0, maxconnect);
1212 TIMEOUT(check_maxoctets, NULL, maxoctets_timeout);
1293 TIMEOUT(check_maxoctets, NULL, maxoctets_timeout);
1333 TIMEOUT(check_idle, NULL, tlim);
1371 TIMEOUT(check_idle, NULL, tlim);
1375 TIMEOUT(connect_time_expired, 0, maxconnect);
H A Dchap.c726 TIMEOUT(ChapRechallenge, cstate, cstate->chal_interval);
942 TIMEOUT(ChapChallengeTimeout, cstate, cstate->timeouttime);
1147 TIMEOUT(ChapResponseTimeout, cstate, cstate->timeouttime);
H A Deap.c491 TIMEOUT(EapChallengeTimeout, cstate, cstate->timeouttime);
1197 TIMEOUT(EapChallengeTimeout, cstate, cstate->timeouttime);
1228 TIMEOUT(EapRechallenge, cstate, cstate->req_interval);
/macosx-10.10/apr-32/apr/apr/test/
H A Dsendfile.c54 typedef enum {BLK, NONBLK, TIMEOUT} client_socket_mode_t; enumerator in enum:__anon6470
232 case TIMEOUT:
412 (APR_STATUS_IS_EAGAIN(rv) && socket_mode != TIMEOUT)));
740 return client(TIMEOUT, host);
/macosx-10.10/remote_cmds-47/tftp.tproj/
H A Dmain.c79 #define TIMEOUT 5 /* secs between rexmt's */ macro
624 int def_rexmtval = TIMEOUT;
625 int rexmtval = TIMEOUT;
653 int maxtimeout = 5 * TIMEOUT;
/macosx-10.10/sudo-73/src/
H A Dconfig.h798 #define TIMEOUT 5 macro
H A Dconfig.h.in797 #undef TIMEOUT
/macosx-10.10/ntp-92/sntp/
H A Dmain.c200 if(ENABLED_OPT(TIMEOUT)) {
201 timeout_tv.tv_sec = (int) OPT_ARG(TIMEOUT);
H A Dnetworking.c293 if(ENABLED_OPT(TIMEOUT))
294 timeout_tv.tv_sec = (int) OPT_ARG(TIMEOUT);
/macosx-10.10/curl-83.1.2/curl/tests/server/
H A Dtftpd.c150 #define TIMEOUT 5 macro
203 static int maxtimeout = 5 * TIMEOUT;
220 static int rexmtval = TIMEOUT;
871 maxtimeout = 5*TIMEOUT;
1014 recvtimeout = TIMEOUT*1000;
/macosx-10.10/bind9-45.101/bind9/bin/tests/dst/
H A Dgsstest.c91 #define TIMEOUT 30 macro
248 TIMEOUT, task, recvresponse,
407 TIMEOUT, task, initctx2, query, &request);
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/lib/SOAP/
H A DTest.pm14 our $TIMEOUT = 5;
49 eval { $s->transport->timeout($SOAP::Test::TIMEOUT) };
/macosx-10.10/vim-55/runtime/syntax/
H A Dlynx.vim64 \ TEXTFIELDS_NEED_ACTIVATION TIMEOUT TRIM_INPUT_FIELDS TRUSTED_EXEC TRUSTED_LYNXCGI
/macosx-10.10/gssd-64/
H A Dgsstest.c63 #define TIMEOUT 100 // 100 microseconds. macro
143 int timeout = TIMEOUT;
/macosx-10.10/remote_cmds-47/tftpd.tproj/
H A Dtftpd.c84 #define TIMEOUT 5 macro
88 int rexmtval = TIMEOUT;
89 int maxtimeout = 5*TIMEOUT;
/macosx-10.10/ppp-786.1.1/Helpers/chat/
H A Dchat.c988 if (strcmp(s, "TIMEOUT") == 0) {
/macosx-10.10/autofs-246/automountd/
H A Dautod_main.c85 #define TIMEOUT RDDIR_CACHE_TIME /* Hang around if caches might be valid */ macro
94 static time_t timeout = TIMEOUT; /* Seconds to wait before exiting */
/macosx-10.10/ppp-786.1.1/Drivers/L2TP/L2TP-plugin/
H A Dmain.c380 TIMEOUT (l2tp_wait_interface_timeout, 0, scaled_wait_if_timeout);
1696 TIMEOUT(l2tp_hello_timeout, 0, opt_hello_timeout);
2156 TIMEOUT(l2tp_hello_timeout, 0, opt_hello_timeout);
/macosx-10.10/WebCore-7600.1.25/Modules/geolocation/
H A DGeolocation.cpp171 RefPtr<PositionError> error = PositionError::create(PositionError::TIMEOUT, ASCIILiteral("Timeout expired"));

Completed in 585 milliseconds

123