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

  /src/usr.sbin/bootp/bootpgw/
bootpgw.c 113 u_int maxhops = 4; /* Number of hops allowed for requests. */
260 maxhops = (u_int)n;
522 if (++hops > maxhops) {
112 u_int maxhops = 4; \/* Number of hops allowed for requests. *\/ variable in typeref:typename:u_int

Completed in 12 milliseconds