Searched refs:req_timeout (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Docsp.c124 OCSP_REQUEST *req, int req_timeout);
153 int req_timeout = -1; local
198 req_timeout = atol(*args);
199 if (req_timeout < 0) {
739 port, use_ssl, headers, req_timeout);
1244 OCSP_REQUEST *req, int req_timeout)
1254 if (req_timeout != -1)
1259 if ((rv <= 0) && ((req_timeout == -1) || !BIO_should_retry(cbio))) {
1269 if (req_timeout != -1 && rv <= 0) {
1273 tv.tv_sec = req_timeout;
1242 query_responder(BIO *err, BIO *cbio, const char *path, const STACK_OF(CONF_VALUE) *headers, OCSP_REQUEST *req, int req_timeout) argument
1329 process_responder(BIO *err, OCSP_REQUEST *req, const char *host, const char *path, const char *port, int use_ssl, const STACK_OF(CONF_VALUE) *headers, int req_timeout) argument
[all...]
H A Dapps.h271 int req_timeout);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Docsp.c124 OCSP_REQUEST *req, int req_timeout);
153 int req_timeout = -1; local
198 req_timeout = atol(*args);
199 if (req_timeout < 0) {
739 port, use_ssl, headers, req_timeout);
1244 OCSP_REQUEST *req, int req_timeout)
1254 if (req_timeout != -1)
1259 if ((rv <= 0) && ((req_timeout == -1) || !BIO_should_retry(cbio))) {
1269 if (req_timeout != -1 && rv <= 0) {
1273 tv.tv_sec = req_timeout;
1242 query_responder(BIO *err, BIO *cbio, const char *path, const STACK_OF(CONF_VALUE) *headers, OCSP_REQUEST *req, int req_timeout) argument
1329 process_responder(BIO *err, OCSP_REQUEST *req, const char *host, const char *path, const char *port, int use_ssl, const STACK_OF(CONF_VALUE) *headers, int req_timeout) argument
[all...]
H A Dapps.h271 int req_timeout);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dmbcs.h347 union cm_req_timeout req_timeout; member in struct:cm_mmr
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dhdlc_ppp.c79 unsigned int req_timeout, cr_retries, term_retries; member in struct:ppp
326 jiffies + ppp->req_timeout * HZ);
682 ppp->req_timeout = 2;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/gigaset/
H A Dbas-gigaset.c1356 /* req_timeout
1361 static void req_timeout(unsigned long data) function
1545 ucs->timer_ctrl.function = req_timeout;

Completed in 48 milliseconds