Searched defs:inet_ntop (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/socket/
H A Dinet_ntop.cc19 const char* inet_ntop(int af, const void* src, char* dst, socklen_t size) { function
72 inet_ntop(AF_INET, host_tuples + 6, dst + strlen(dst), INET_ADDRSTRLEN);
/external/chromium_org/third_party/webrtc/base/
H A Dnethelpers.cc92 const char* inet_ntop(int af, const void *src, char* dst, socklen_t size) { function in namespace:rtc
96 return ::inet_ntop(af, src, dst, size);
/external/tcpdump/missing/
H A Dinet_ntop.c39 /* $Id: inet_ntop.c,v 1.8 2005-02-09 02:25:46 guy Exp $ */
43 "@(#) $Header: /tcpdump/master/tcpdump/missing/inet_ntop.c,v 1.8 2005-02-09 02:25:46 guy Exp $";
206 inet_ntop(int af, const void *src, char *dst, size_t size) function
/external/fio/os/windows/
H A Dposix.c897 const char* inet_ntop(int af, const void *restrict src, function

Completed in 1915 milliseconds