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

/freebsd-11-stable/libexec/bootpd/bootpgw/
H A Dbootpgw.c125 u_char maxhops = 4; /* Number of hops allowed for requests. */
279 maxhops = (u_char)n;
540 if (++hops > maxhops) {
124 u_char maxhops = 4; /* Number of hops allowed for requests. */ variable
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dibtracert.c270 int maxhops = MAXHOPS; local
306 while (maxhops--) {
383 if (maxhops <= 0) {

Completed in 128 milliseconds