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