Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/rtc_base/
H A Dwin32.h43 const char* win32_inet_ntop(int af, const void* src, char* dst, socklen_t size);
H A Dnet_helpers.cc37 return win32_inet_ntop(af, src, dst, size); in inet_ntop()
H A Dwin32.cc36 const char* win32_inet_ntop(int af, in win32_inet_ntop() function