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

/freebsd-9.3-release/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-9.3-release/contrib/ofed/management/infiniband-diags/src/
H A Dibtracert.c249 int maxhops = MAXHOPS; local
270 while (maxhops--) {
332 if (maxhops <= 0) {

Completed in 107 milliseconds