HomeSort by: relevance | last modified time | path
    Searched defs:minwait (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/bootp/bootpgw/
bootpgw.c 114 u_int minwait = 3; /* Number of seconds client must wait before
308 minwait = (u_int)n;
517 if (secs < minwait)
532 * a reply to the client before it waits for minwait seconds.
113 u_int minwait = 3; \/* Number of seconds client must wait before variable in typeref:typename:u_int
bootpgw.c 114 u_int minwait = 3; /* Number of seconds client must wait before
308 minwait = (u_int)n;
517 if (secs < minwait)
532 * a reply to the client before it waits for minwait seconds.
113 u_int minwait = 3; \/* Number of seconds client must wait before variable in typeref:typename:u_int

Completed in 22 milliseconds