Searched refs:inet_ntop6 (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dinet_ntop.c46 static const char *inet_ntop6(const unsigned char *src, char *dst,
67 return (inet_ntop6(src, dst, size));
114 inet_ntop6(const unsigned char *src, char *dst, size_t size) function
/freebsd-11-stable/contrib/ldns/compat/
H A Dinet_ntop.c50 static const char *inet_ntop6(const u_char *src, char *dst, size_t size);
67 return (inet_ntop6(src, dst, size));
107 * inet_ntop6(src, dst, size)
113 inet_ntop6(const u_char *src, char *dst, size_t size) function
/freebsd-11-stable/contrib/apr/network_io/unix/
H A Dinet_ntop.c62 static const char *inet_ntop6 __P((const unsigned char *src, char *dst, apr_size_t size));
81 return (inet_ntop6(src, dst, size));
134 * inet_ntop6(src, dst, size)
140 inet_ntop6(const unsigned char *src, char *dst, apr_size_t size) function
/freebsd-11-stable/contrib/unbound/compat/
H A Dinet_ntop.c50 static const char *inet_ntop6(const u_char *src, char *dst, size_t size);
67 return (inet_ntop6(src, dst, size));
107 * inet_ntop6(src, dst, size)
113 inet_ntop6(const u_char *src, char *dst, size_t size) function
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dinet_ntop.c49 static const char *inet_ntop6(const u_char *src, char *dst, size_t size);
66 return (inet_ntop6(src, dst, (size_t)size));
102 * inet_ntop6(src, dst, size)
108 inet_ntop6(const u_char *src, char *dst, size_t size) function
/freebsd-11-stable/lib/libc/inet/
H A Dinet_ntop.c45 static const char *inet_ntop6(const u_char *src, char *dst, socklen_t size);
63 return (inet_ntop6(src, dst, size));
99 * inet_ntop6(src, dst, size)
105 inet_ntop6(const u_char *src, char *dst, socklen_t size) function
/freebsd-11-stable/sys/libkern/
H A Dinet_ntop.c36 static char *inet_ntop6(const u_char *src, char *dst, socklen_t size);
53 return (inet_ntop6(src, dst, size));
87 * inet_ntop6(src, dst, size)
93 inet_ntop6(const u_char *src, char *dst, socklen_t size) function

Completed in 125 milliseconds