Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/NetUtil/
Dinet_ntop.c61 static const char *inet_ntop4(const u_char *src, char *dst, socklen_t size);
81 return (inet_ntop4(src, dst, size)); in inet_ntop()
103 inet_ntop4(const u_char *src, char *dst, socklen_t size) in inet_ntop4() function
205 if (!inet_ntop4(src+12, tp, (socklen_t)(ep - tp))) in inet_ntop6()