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

/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkConnection.c4819 Boolean isMatchingSubType = FALSE; local
4843 isMatchingSubType = CFEqual(subtype, subType1);
4844 if (!isMatchingSubType && subType2)
4845 isMatchingSubType = CFEqual(subtype, subType2);
4852 return (isPPPService && isMatchingSubType);

Completed in 134 milliseconds