Home
last modified time | relevance | path

Searched refs:maxhops (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/usr.sbin/bootp/bootpgw/
H A Dbootpgw.c112 u_int maxhops = 4; /* Number of hops allowed for requests. */ variable
259 maxhops = (u_int)n; in main()
519 if (++hops > maxhops) { in handle_request()