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

/freebsd-11-stable/crypto/openssl/ssl/
H A Dd1_lib.c380 memset(&(s->d1->next_timeout), 0, sizeof(struct timeval));
386 if (s->d1->next_timeout.tv_sec == 0 && s->d1->next_timeout.tv_usec == 0) {
391 get_current_time(&(s->d1->next_timeout));
394 s->d1->next_timeout.tv_sec += s->d1->timeout_duration;
396 &(s->d1->next_timeout));
404 if (s->d1->next_timeout.tv_sec == 0 && s->d1->next_timeout.tv_usec == 0) {
412 if (s->d1->next_timeout.tv_sec < timenow.tv_sec ||
413 (s->d1->next_timeout
[all...]
H A Ddtls1.h227 struct timeval next_timeout; member in struct:dtls1_state_st
/freebsd-11-stable/usr.sbin/ppp/
H A Ddatalink.h81 int next_timeout; /* Redial next timeout value */ member in struct:datalink::__anon8847::__anon8850
H A Ddatalink.c184 datalink_StartDialTimer(dl, dl->cfg.dial.next_timeout);
831 dl->cfg.dial.next_timeout = DIAL_NEXT_TIMEOUT;
1095 if (arg->cx->cfg.dial.next_timeout >= 0)
1096 prompt_Printf(arg->prompt, "%ds/", arg->cx->cfg.dial.next_timeout);
1226 arg->cx->cfg.dial.next_timeout = -1;
1231 arg->cx->cfg.dial.next_timeout = timeout;
1239 arg->cx->cfg.dial.next_timeout = DIAL_NEXT_TIMEOUT;
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_dgram.c167 struct timeval next_timeout; member in struct:bio_dgram_data_st
277 if (data->next_timeout.tv_sec > 0 || data->next_timeout.tv_usec > 0) {
305 memcpy(&timeleft, &(data->next_timeout), sizeof(struct timeval));
351 if (data->next_timeout.tv_sec > 0 || data->next_timeout.tv_usec > 0) {
748 memcpy(&(data->next_timeout), ptr, sizeof(struct timeval));
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Drsocket.c4309 uint32_t now, next_timeout; local
4329 next_timeout = ~0;
4336 if (tcp_svc_timeouts[i] < next_timeout)
4337 next_timeout = tcp_svc_timeouts[i];
4339 timeout = (int) (next_timeout - now);

Completed in 103 milliseconds