Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/net/
Dinet_ntop.c34 static const char *inet_ntop4(const u_char *src, char *dst, size_t size);
50 return (inet_ntop4(src, dst, (size_t)size)); in inet_ntop()
72 inet_ntop4(const u_char *src, char *dst, size_t size) in inet_ntop4() function
170 if (!inet_ntop4(src+12, tp, (size_t)(ep - tp))) in inet_ntop6()