Home
last modified time | relevance | path

Searched refs:min_wait (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/netinet/
H A Dsctp_timer.c358 struct timeval now, min_wait, tv; in sctp_mark_all_for_resend() local
386 timersub(&now, &tv, &min_wait); in sctp_mark_all_for_resend()
388 min_wait = now; in sctp_mark_all_for_resend()
389 timevalsub(&min_wait, &tv); in sctp_mark_all_for_resend()
391 if (min_wait.tv_sec < 0 || min_wait.tv_usec < 0) { in sctp_mark_all_for_resend()
399 min_wait.tv_sec = min_wait.tv_usec = 0; in sctp_mark_all_for_resend()
403 sctp_log_fr(0, min_wait.tv_sec, min_wait.tv_usec, SCTP_FR_T3_MARK_TIME); in sctp_mark_all_for_resend()
473 if (chk->sent_rcv_time.tv_sec > min_wait.tv_sec) { in sctp_mark_all_for_resend()
485 } else if (chk->sent_rcv_time.tv_sec == min_wait.tv_sec) { in sctp_mark_all_for_resend()
488 if (chk->sent_rcv_time.tv_usec >= min_wait.tv_usec) { in sctp_mark_all_for_resend()
/netbsd-src/usr.sbin/bootp/common/
H A Dbootpd.h130 min_wait :1, member
188 min_wait; member
H A Ddumptab.c212 if (hp->flags.min_wait) { in dump_host()
213 fprintf(fp, "\\\n\t:mw=%d:", hp->min_wait); in dump_host()
H A Dreadfile.c1114 PARSE_INT(min_wait); in eval_symbol()
1115 if (hp->min_wait == 0) in eval_symbol()
1483 DUP_COPY(min_wait); in fill_defaults()
/netbsd-src/usr.sbin/bootp/bootpd/
H A Dbootpd.c715 if (hp->flags.min_wait) { in handle_request()
717 if (t < hp->min_wait) { in handle_request()
721 t, hp->min_wait); in handle_request()