Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dnethelpers.cc112 return win32_inet_pton(af, src, dst); in inet_pton()
Dwin32.h47 int win32_inet_pton(int af, const char* src, void *dst);
Dwin32.cc53 int win32_inet_pton(int af, const char* src, void* dst) { in win32_inet_pton() function