Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dwin32.cc163 const int kIpv4AddressSize = 4; in inet_pton_v4() local
166 unsigned char result[kIpv4AddressSize] = {0}; in inet_pton_v4()
180 if (found > kIpv4AddressSize) { in inet_pton_v4()
193 if (found != kIpv4AddressSize) { in inet_pton_v4()