Home
last modified time | relevance | path

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

/freebsd-13-stable/libexec/bootpd/
HDgetif.c45 int maxmatch; local
80 maxmatch = 7; /* this many bits or less... */
88 if (m > maxmatch) {
89 maxmatch = m;