Searched refs:inet_ntop4 (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/netinet/ |
H A D | inet_ntop.c | 33 static const char *inet_ntop4(const u_char *src, char *dst, size_t size); 51 return (inet_ntop4(src, dst, (size_t)size)); in inet_ntop() 72 return inet_ntop4((u_char *)&satosin(sa)->sin_addr, dst, size); in sockaddr_ntop() 103 inet_ntop4(const u_char *src, char *dst, size_t size) in inet_ntop4() function 197 if (!inet_ntop4(src+12, tp, (size_t)(ep - tp))) in inet_ntop6()
|
/openbsd/lib/libc/net/ |
H A D | inet_ntop.c | 33 static const char *inet_ntop4(const u_char *src, char *dst, size_t size); 49 return (inet_ntop4(src, dst, 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, ep - tp)) in inet_ntop6()
|