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

/freebsd-9.3-release/crypto/openssl/ssl/
H A Dd1_lib.c361 if (s->d1->next_timeout.tv_sec == 0 && s->d1->next_timeout.tv_usec == 0) {
366 get_current_time(&(s->d1->next_timeout));
369 s->d1->next_timeout.tv_sec += s->d1->timeout_duration;
371 &(s->d1->next_timeout));
379 if (s->d1->next_timeout.tv_sec == 0 && s->d1->next_timeout.tv_usec == 0) {
387 if (s->d1->next_timeout.tv_sec < timenow.tv_sec ||
388 (s->d1->next_timeout.tv_sec == timenow.tv_sec &&
389 s->d1->next_timeout
[all...]
H A Ddtls1.h205 struct timeval next_timeout; member in struct:dtls1_state_st
/freebsd-9.3-release/crypto/openssl/crypto/bio/
H A Dbss_dgram.c112 struct timeval next_timeout; member in struct:bio_dgram_data_st
185 if (data->next_timeout.tv_sec > 0 || data->next_timeout.tv_usec > 0) {
209 memcpy(&timeleft, &(data->next_timeout), sizeof(struct timeval));
254 if (data->next_timeout.tv_sec > 0 || data->next_timeout.tv_usec > 0) {
522 memcpy(&(data->next_timeout), ptr, sizeof(struct timeval));
/freebsd-9.3-release/usr.sbin/ppp/
H A Ddatalink.h79 int next_timeout; /* Redial next timeout value */ member in struct:datalink::__anon11001::__anon11004
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;

Completed in 80 milliseconds