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