Searched refs:EUI64Length (Results 1 – 1 of 1) sorted by relevance
24 private static final int EUI64Length = 8; field in Utils69 int len = (mac & ~EUI48Mask) != 0 ? EUI64Length : EUI48Length; in macToString()