Home
last modified time | relevance | path

Searched refs:lengthAfterLastColon (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/test/channel_transport/
Dudp_transport_impl.cc2893 int32_t lengthAfterLastColon = len - lastColonPos - 1; in IsIpAddressValid() local
2896 if(lengthAfterLastColon > 4) in IsIpAddressValid()
2899 if(nDots == 3 && lengthAfterLastColon > 0) in IsIpAddressValid()