Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dwin32.cc27 static const char* inet_ntop_v6(const void* src, char* dst, socklen_t size);
45 return inet_ntop_v6(src, dst, size); in win32_inet_ntop()
82 const char* inet_ntop_v6(const void* src, char* dst, socklen_t size) { in inet_ntop_v6() function