Home
last modified time | relevance | path

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

/freebsd/libexec/bootpd/
H A Dbootpd.h128 min_wait :1, member
186 min_wait; member
H A Ddumptab.c206 if (hp->flags.min_wait) { in dump_host()
207 fprintf(fp, "\\\n\t:mw=%lu:", (u_long)hp->min_wait); in dump_host()
H A Dbootpd.c737 if (hp->flags.min_wait) { in handle_request()
739 if (t < hp->min_wait) { in handle_request()
743 t, hp->min_wait); in handle_request()
H A Dreadfile.c1105 PARSE_UINT(min_wait); in eval_symbol()
1474 DUP_COPY(min_wait); in fill_defaults()
/freebsd/tools/tools/net80211/stumbler/
H A Dstumbler.c917 unsigned long min_wait = 0; in check_seen() local
921 min_wait = will_wait; in check_seen()
944 if (left < min_wait) in check_seen()
945 left = min_wait; in check_seen()
955 if (min_wait < will_wait) { in check_seen()
956 tv->tv_sec = min_wait/1000; in check_seen()
957 tv->tv_usec = (min_wait - tv->tv_sec*1000)*1000; in check_seen()
/freebsd/sys/netinet/
H A Dsctp_timer.c496 struct timeval now, min_wait, tv; in sctp_mark_all_for_resend() local
528 min_wait = now; in sctp_mark_all_for_resend()
529 timevalsub(&min_wait, &tv); in sctp_mark_all_for_resend()
530 if (min_wait.tv_sec < 0 || min_wait.tv_usec < 0) { in sctp_mark_all_for_resend()
537 min_wait.tv_sec = min_wait.tv_usec = 0; in sctp_mark_all_for_resend()
541 sctp_log_fr(0, (uint32_t)min_wait.tv_sec, min_wait.tv_usec, SCTP_FR_T3_MARK_TIME); in sctp_mark_all_for_resend()
592 if ((chk->sent_rcv_time.tv_sec > min_wait.tv_sec) && (window_probe == 0)) { in sctp_mark_all_for_resend()
605 } else if ((chk->sent_rcv_time.tv_sec == min_wait.tv_sec) && in sctp_mark_all_for_resend()
611 if (chk->sent_rcv_time.tv_usec >= min_wait.tv_usec) { in sctp_mark_all_for_resend()