Searched refs:HEX_POSITIONS (Results 1 - 1 of 1) sorted by relevance
/foundation/communication/dsoftbus/core/common/dfx/anonymize/src/ |
H A D | anonymizer.c | 141 static const uint32_t HEX_POSITIONS[] = {0, 1, 3, 4, 6, 7, 9, 10, 12, 13, 15, 16}; in MatchMacAddr() local 147 return IsValid(str, HEX_POSITIONS, sizeof(HEX_POSITIONS) / sizeof(HEX_POSITIONS[0]), IsHex) && in MatchMacAddr()
|
Completed in 2 milliseconds