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