Searched refs:inet_ntop_v4 (Results 1 – 3 of 3) sorted by relevance
/external/tcpdump/missing/ |
D | inet_ntop.c | 60 inet_ntop_v4 (const void *src, char *dst, size_t size) in inet_ntop_v4() function 173 if (!inet_ntop_v4(src+12, tp, sizeof(tmp) - (tp - tmp))) in inet_ntop_v6() 207 return inet_ntop_v4 (src, dst, size); in inet_ntop()
|
/external/netperf/src/missing/ |
D | inet_ntop.c | 96 inet_ntop_v4 (const void *src, char *dst, size_t size) in inet_ntop_v4() function 135 return inet_ntop_v4 (src, dst, size); in inet_ntop()
|
/external/webrtc/webrtc/base/ |
D | win32.cc | 26 static const char* inet_ntop_v4(const void* src, char* dst, socklen_t size); 42 return inet_ntop_v4(src, dst, size); in win32_inet_ntop() 67 const char* inet_ntop_v4(const void* src, char* dst, socklen_t size) { in inet_ntop_v4() function 134 inet_ntop_v4(as_v4, cursor, in inet_ntop_v6()
|