Searched refs:inet_ntop6 (Results 1 - 2 of 2) sorted by relevance
/bind-9.11.3/lib/lwres/ |
H A D | lwinetntop.c | 37 static const char *inet_ntop6(const unsigned char *src, char *dst, 56 return (inet_ntop6(src, dst, size)); 93 * inet_ntop6(src, dst, size) 100 inet_ntop6(const unsigned char *src, char *dst, size_t size) { function
|
/bind-9.11.3/lib/isc/ |
H A D | inet_ntop.c | 39 static const char *inet_ntop6(const unsigned char *src, char *dst, 59 return (inet_ntop6(src, dst, size)); 106 inet_ntop6(const unsigned char *src, char *dst, size_t size) function
|
Completed in 269 milliseconds