Searched refs:inet_ntop4 (Results 1 - 2 of 2) sorted by relevance
/bind-9.6-ESV-R11/lib/isc/ |
H A D | inet_ntop.c | 42 static const char *inet_ntop4(const unsigned char *src, char *dst, 63 return (inet_ntop4(src, dst, size)); 76 * inet_ntop4(src, dst, size) 88 inet_ntop4(const unsigned char *src, char *dst, size_t size) function 175 if (!inet_ntop4(src+12, tp,
|
/bind-9.6-ESV-R11/lib/lwres/ |
H A D | lwinetntop.c | 42 static const char *inet_ntop4(const unsigned char *src, char *dst, 62 return (inet_ntop4(src, dst, size)); 75 * inet_ntop4(src, dst, size) 86 inet_ntop4(const unsigned char *src, char *dst, size_t size) { function 173 if (!inet_ntop4(src+12, tp,
|
Completed in 9 milliseconds