HomeSort by: relevance | last modified time | path
    Searched defs:maxmatch (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/bootp/common/
getif.c 52 int maxmatch; local in function:getif
87 maxmatch = 7; /* this many bits or less... */
96 if (m > maxmatch) {
97 maxmatch = m;

Completed in 11 milliseconds