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

/freebsd-10.0-release/libexec/bootpd/
H A Dgetif.c47 int maxmatch; local
82 maxmatch = 7; /* this many bits or less... */
90 if (m > maxmatch) {
91 maxmatch = m;

Completed in 95 milliseconds