Searched defs:inet_ntop4 (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/isc/
H A Dinet_ntop.c35 static const char *inet_ntop4(const unsigned char *src, char *dst,
56 return (inet_ntop4(src, dst, size));
69 * inet_ntop4(src, dst, size)
81 inet_ntop4(const unsigned char *src, char *dst, size_t size) function
172 if (!inet_ntop4(src+12, tp,
/bind-9.11.3/lib/lwres/
H A Dlwinetntop.c33 static const char *inet_ntop4(const unsigned char *src, char *dst,
53 return (inet_ntop4(src, dst, size));
66 * inet_ntop4(src, dst, size)
77 inet_ntop4(const unsigned char *src, char *dst, size_t size) { function
164 if (!inet_ntop4(src+12, tp,

Completed in 11 milliseconds