Searched refs:min_wait (Results 1 – 6 of 6) sorted by relevance
| /trueos/libexec/bootpd/ |
| HD | bootpd.h | 130 min_wait :1, member 188 min_wait; member
|
| HD | dumptab.c | 219 if (hp->flags.min_wait) { 220 fprintf(fp, "\\\n\t:mw=%lu:", (u_long)hp->min_wait);
|
| HD | bootpd.c | 742 if (hp->flags.min_wait) { in handle_request() 744 if (t < hp->min_wait) { in handle_request() 748 t, hp->min_wait); in handle_request()
|
| HD | readfile.c | 1124 PARSE_UINT(min_wait); 1505 DUP_COPY(min_wait);
|
| /trueos/tools/tools/net80211/stumbler/ |
| HD | stumbler.c | 919 unsigned long min_wait = 0; in check_seen() local 923 min_wait = will_wait; in check_seen() 946 if (left < min_wait) in check_seen() 947 left = min_wait; in check_seen() 957 if (min_wait < will_wait) { in check_seen() 958 tv->tv_sec = min_wait/1000; in check_seen() 959 tv->tv_usec = (min_wait - tv->tv_sec*1000)*1000; in check_seen()
|
| /trueos/sys/netinet/ |
| HD | sctp_timer.c | 484 struct timeval now, min_wait, tv; in sctp_mark_all_for_resend() local 515 min_wait = now; in sctp_mark_all_for_resend() 516 timevalsub(&min_wait, &tv); in sctp_mark_all_for_resend() 517 if (min_wait.tv_sec < 0 || min_wait.tv_usec < 0) { in sctp_mark_all_for_resend() 524 min_wait.tv_sec = min_wait.tv_usec = 0; in sctp_mark_all_for_resend() 528 sctp_log_fr(0, min_wait.tv_sec, min_wait.tv_usec, SCTP_FR_T3_MARK_TIME); in sctp_mark_all_for_resend() 579 if ((chk->sent_rcv_time.tv_sec > min_wait.tv_sec) && (window_probe == 0)) { in sctp_mark_all_for_resend() 592 } else if ((chk->sent_rcv_time.tv_sec == min_wait.tv_sec) && in sctp_mark_all_for_resend() 598 if (chk->sent_rcv_time.tv_usec >= min_wait.tv_usec) { in sctp_mark_all_for_resend()
|