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

/vbox/src/VBox/NetworkServices/DHCP/
H A DConfig.cpp87 int iMatch = (m_criteria && m_criteria->check(client)? m_MatchLevel: 0); local
90 if (iMatch > 0)
93 return iMatch;
107 iMatch = (*it)->match(client, &matching);
108 if (iMatch > matchingLevel)
111 matchingLevel = iMatch;
116 return iMatch;

Completed in 885 milliseconds