Searched refs:min_wait (Results 1 - 6 of 6) sorted by path

/freebsd-9.3-release/libexec/bootpd/
H A Dbootpd.c746 if (hp->flags.min_wait) {
748 if (t < hp->min_wait) {
752 t, hp->min_wait);
H A Dbootpd.h130 min_wait :1, member in struct:flag
189 min_wait;
188 min_wait; member in struct:host
H A Ddumptab.c220 if (hp->flags.min_wait) {
221 fprintf(fp, "\\\n\t:mw=%lu:", (u_long)hp->min_wait);
H A Dreadfile.c1130 PARSE_UINT(min_wait);
1517 DUP_COPY(min_wait);
/freebsd-9.3-release/sys/netinet/
H A Dsctp_timer.c479 struct timeval now, min_wait, tv; local
510 min_wait = now;
511 timevalsub(&min_wait, &tv);
512 if (min_wait.tv_sec < 0 || min_wait.tv_usec < 0) {
519 min_wait.tv_sec = min_wait.tv_usec = 0;
523 sctp_log_fr(0, min_wait.tv_sec, min_wait.tv_usec, SCTP_FR_T3_MARK_TIME);
574 if ((chk->sent_rcv_time.tv_sec > min_wait
[all...]
/freebsd-9.3-release/tools/tools/net80211/stumbler/
H A Dstumbler.c919 unsigned long min_wait = 0; local
923 min_wait = will_wait;
946 if (left < min_wait)
947 left = min_wait;
957 if (min_wait < will_wait) {
958 tv->tv_sec = min_wait/1000;
959 tv->tv_usec = (min_wait - tv->tv_sec*1000)*1000;

Completed in 244 milliseconds