Searched refs:endOfContiguousBits (Results 1 – 1 of 1) sorted by relevance
711 bool endOfContiguousBits = false; in netmaskToPrefixLength() local724 if (endOfContiguousBits && value != 0) return -1; in netmaskToPrefixLength()726 if (value != 0xff) endOfContiguousBits = true; in netmaskToPrefixLength()