Home
last modified time | relevance | path

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

/freebsd-12-stable/libexec/bootpd/bootpgw/
Dbootpgw.c116 u_char maxhops = 4; /* Number of hops allowed for requests. */ variable
273 maxhops = (u_char)n;
534 if (++hops > maxhops) { in handle_request()
/freebsd-12-stable/contrib/ofed/infiniband-diags/src/
Dibtracert.c270 int maxhops = MAXHOPS; in find_route() local
306 while (maxhops--) { in find_route()
383 if (maxhops <= 0) { in find_route()