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

/vbox/src/VBox/NetworkServices/DHCP/
H A DConfig.h264 int matchingLevel = 0)
266 m_MatchLevel(matchingLevel){};
304 int matchingLevel = 0):
305 BaseConfigEntity(criteria, matchingLevel),
H A DConfig.cpp101 int matchingLevel = m_MatchLevel; local
108 if (iMatch > matchingLevel)
111 matchingLevel = iMatch;
114 return matchingLevel;

Completed in 600 milliseconds