Searched refs:next_timeout (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/crypto/openssl/ssl/
H A Dd1_lib.c332 memset(&(s->d1->next_timeout), 0, sizeof(struct timeval));
338 if (s->d1->next_timeout.tv_sec == 0 && s->d1->next_timeout.tv_usec == 0)
344 get_current_time(&(s->d1->next_timeout));
347 s->d1->next_timeout.tv_sec += s->d1->timeout_duration;
348 BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SET_NEXT_TIMEOUT, 0, &(s->d1->next_timeout));
356 if (s->d1->next_timeout.tv_sec == 0 && s->d1->next_timeout.tv_usec == 0)
365 if (s->d1->next_timeout.tv_sec < timenow.tv_sec ||
366 (s->d1->next_timeout
[all...]
H A Ddtls1.h246 struct timeval next_timeout; member in struct:dtls1_state_st
/freebsd-10.0-release/usr.sbin/ppp/
H A Ddatalink.h79 int next_timeout; /* Redial next timeout value */ member in struct:datalink::__anon11681::__anon11684
H A Ddatalink.c182 datalink_StartDialTimer(dl, dl->cfg.dial.next_timeout);
829 dl->cfg.dial.next_timeout = DIAL_NEXT_TIMEOUT;
1093 if (arg->cx->cfg.dial.next_timeout >= 0)
1094 prompt_Printf(arg->prompt, "%ds/", arg->cx->cfg.dial.next_timeout);
1224 arg->cx->cfg.dial.next_timeout = -1;
1229 arg->cx->cfg.dial.next_timeout = timeout;
1237 arg->cx->cfg.dial.next_timeout = DIAL_NEXT_TIMEOUT;
/freebsd-10.0-release/crypto/openssl/crypto/bio/
H A Dbss_dgram.c166 struct timeval next_timeout; member in struct:bio_dgram_data_st
271 if (data->next_timeout.tv_sec > 0 || data->next_timeout.tv_usec > 0)
301 memcpy(&timeleft, &(data->next_timeout), sizeof(struct timeval));
345 if (data->next_timeout.tv_sec > 0 || data->next_timeout.tv_usec > 0)
755 memcpy(&(data->next_timeout), ptr, sizeof(struct timeval));

Completed in 166 milliseconds