HomeSort by: relevance | last modified time | path
    Searched refs:min_wait (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/bootp/common/
bootpd.h 130 min_wait :1, member in struct:flag
189 min_wait;
188 min_wait; member in struct:host
dumptab.c 213 if (hp->flags.min_wait) {
214 fprintf(fp, "\\\n\t:mw=%d:", hp->min_wait);
readfile.c 1120 PARSE_INT(min_wait);
1121 if (hp->min_wait == 0)
1495 DUP_COPY(min_wait);
  /src/sys/netinet/
sctp_timer.c 358 struct timeval now, min_wait, tv; local
386 timersub(&now, &tv, &min_wait);
388 min_wait = now;
389 timevalsub(&min_wait, &tv);
391 if (min_wait.tv_sec < 0 || min_wait.tv_usec < 0) {
399 min_wait.tv_sec = min_wait.tv_usec = 0;
403 sctp_log_fr(0, min_wait.tv_sec, min_wait.tv_usec, SCTP_FR_T3_MARK_TIME)
    [all...]
  /src/usr.sbin/bootp/bootpd/
bootpd.c 720 if (hp->flags.min_wait) {
722 if (t < hp->min_wait) {
726 t, hp->min_wait);

Completed in 19 milliseconds