HomeSort by: relevance | last modified time | path
    Searched defs:min_wait (Results 1 - 2 of 2) 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
  /src/sys/netinet/
sctp_timer.c 358 struct timeval now, min_wait, tv; local in function:sctp_mark_all_for_resend
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...]

Completed in 12 milliseconds