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