Searched refs:TIMEOUT (Results 1 - 25 of 64) sorted by last modified time

123

/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dmain.c900 TIMEOUT(holdoff_end, NULL, t);
H A Deap.c491 TIMEOUT(EapChallengeTimeout, cstate, cstate->timeouttime);
1197 TIMEOUT(EapChallengeTimeout, cstate, cstate->timeouttime);
1228 TIMEOUT(EapRechallenge, cstate, cstate->req_interval);
H A Dpppd.h1096 #define TIMEOUT(r, f, t) timeout((r), (f), (t), 0) macro
H A Dsys-MacOSX.c4096 TIMEOUT(ppp_ip_probe_timeout, 0, 3);
4472 TIMEOUT (ppp_public_nat_port_mapping_timeout, 0, PUBLIC_NAT_PORT_MAPPING_TIMEOUT);
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DgenSCPreferences.c449 #define TIMEOUT "Timeout" macro
656 { SC_10_4, NETPROP DNS, SERVER TIMEOUT, NULL, CFNUMBER },
/macosx-10.10/curl-83.1.2/curl/include/curl/
H A Dcurl.h871 CINIT(TIMEOUT, LONG, 13),
1358 /* Same as TIMEOUT and CONNECTTIMEOUT, but with ms resolution */
/macosx-10.10/curl-83.1.2/curl/tests/
H A Dhttp_pipe.py45 TIMEOUT = 30 # seconds variable
344 return self._start_time + TIMEOUT - time.time()
348 return 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/gssd-64/
H A Dgssd.c41 * This daemon will set up the context and then wait for a spell (TIMEOUT below)
109 #define TIMEOUT 30 /* 30 seconds and then bye. */ macro
148 static time_t timeout = TIMEOUT; /* Seconds to wait before exiting */
633 timeout = 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/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/CPANInternal-159.1/SOAP-Lite-1.11/t/
H A D19-apachesoap.t31 eval { $s->transport->timeout($SOAP::Test::TIMEOUT = $SOAP::Test::TIMEOUT) };
H A D21-public.t32 $s->transport->timeout($SOAP::Test::TIMEOUT = $SOAP::Test::TIMEOUT)
50 -> proxy('http://superhonker.userland.com/', timeout => $SOAP::Test::TIMEOUT);
58 -> proxy('http://services.soaplite.com/examples.cgi', timeout => $SOAP::Test::TIMEOUT);
71 -> proxy('http://soap.4s4c.com/ssss4c/soap.asp', timeout => $SOAP::Test::TIMEOUT)
81 -> proxy('http://www.soap-wrc.com/webservices/soapv11.asp', timeout => $SOAP::Test::TIMEOUT)
101 -> proxy('http://soapl.develop.com/soap?class=SPTest', timeout => $SOAP::Test::TIMEOUT)
110 -> proxy('http://search.microsoft.com/search/MSComSearchService.asmx', timeout => $SOAP::Test::TIMEOUT)
117 -> proxy('http://search.microsoft.com/search/MSComSearchService.asmx', timeout => $SOAP::Test::TIMEOUT)
127 -> proxy('http://soap.4s4c.com/whois/soap.asp', timeout => $SOAP::Test::TIMEOUT)
[all...]
H A D22-interop_apache.t33 eval { $s->transport->timeout($SOAP::Test::TIMEOUT = $SOAP::Test::TIMEOUT) };
H A D23-ppm.t35 eval { $s->transport->timeout($SOAP::Test::TIMEOUT = $SOAP::Test::TIMEOUT) };
H A D24-wsdl.t29 eval { $s->transport->timeout($SOAP::Test::TIMEOUT = $SOAP::Test::TIMEOUT) };
H A D36-leaks.t26 eval { $s->transport->timeout($SOAP::Test::TIMEOUT = $SOAP::Test::TIMEOUT) };
/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/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/ppp-786.1.1/Drivers/PPTP/PPTP-plugin/
H A Dmain.c326 TIMEOUT (pptp_wait_interface_timeout, 0, scaled_wait_if_timeout);
1598 TIMEOUT (pptp_echo_timeout, 0, echo_interval);
/macosx-10.10/WebCore-7600.1.25/Modules/geolocation/
H A DGeolocation.cpp171 RefPtr<PositionError> error = PositionError::create(PositionError::TIMEOUT, ASCIILiteral("Timeout expired"));
/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/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/Libc-1044.1.2/stdlib/FreeBSD/
H A Dabort.c54 #define TIMEOUT 10000 /* 10 milliseconds */ macro
93 usleep(TIMEOUT); /* give time for signal to happen */
130 usleep(TIMEOUT); /* give time for signal to happen */

Completed in 435 milliseconds

123