Searched refs:leftmostBitMask (Results 1 – 1 of 1) sorted by relevance
278 int leftmostBitMask = 0x80000000; in netmaskToPrefixLen() local281 while ((netmaskInt & leftmostBitMask) == leftmostBitMask) { in netmaskToPrefixLen()