Searched refs:lengthAfterLastColon (Results 1 – 1 of 1) sorted by relevance
2893 int32_t lengthAfterLastColon = len - lastColonPos - 1; in IsIpAddressValid() local2896 if(lengthAfterLastColon > 4) in IsIpAddressValid()2899 if(nDots == 3 && lengthAfterLastColon > 0) in IsIpAddressValid()