Searched defs:matchingLevel (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/NetworkServices/DHCP/
H A DConfig.cpp101 int matchingLevel = m_MatchLevel; local
108 if (iMatch > matchingLevel)
111 matchingLevel = iMatch;
114 return matchingLevel;

Completed in 34 milliseconds