Searched refs:inet_ntop4 (Results 1 – 1 of 1) sorted by relevance
34 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() function170 if (!inet_ntop4(src+12, tp, (size_t)(ep - tp))) in inet_ntop6()