Home
last modified time | relevance | path

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

/freebsd/libexec/bootpd/
H A Dgetif.c43 int maxmatch; in getif() local
78 maxmatch = 7; /* this many bits or less... */ in getif()
86 if (m > maxmatch) { in getif()
87 maxmatch = m; in getif()