HomeSort by: relevance | last modified time | path
    Searched refs:inet_ntop6 (Results 1 - 9 of 9) sorted by relevancy

  /src/lib/libc/inet/
inet_ntop.c 58 static const char *inet_ntop6(const u_char *src, char *dst, socklen_t size);
79 return inet_ntop6(src, dst, size);
118 * inet_ntop6(src, dst, size)
124 inet_ntop6(const u_char *src, char *dst, socklen_t size) function
  /src/external/bsd/libbind/dist/inet/
inet_ntop.c 52 static const char *inet_ntop6 __P((const u_char *src, char *dst, size_t size));
73 return (inet_ntop6(src, dst, size));
110 * inet_ntop6(src, dst, size)
116 inet_ntop6(src, dst, size) function
  /src/external/bsd/nsd/dist/compat/
inet_ntop.c 46 static const char *inet_ntop6(const u_char *src, char *dst, size_t size);
63 return (inet_ntop6(src, dst, size));
99 * inet_ntop6(src, dst, size)
105 inet_ntop6(const u_char *src, char *dst, size_t size) function
  /src/external/bsd/ntp/dist/libntp/lib/isc/
inet_ntop.c 48 static const char *inet_ntop6(const unsigned char *src, char *dst,
69 return (inet_ntop6(src, dst, size));
116 inet_ntop6(const unsigned char *src, char *dst, size_t size) function
  /src/external/bsd/unbound/dist/compat/
inet_ntop.c 50 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
  /src/external/gpl3/gdb/dist/gnulib/import/
inet_ntop.c 78 static const char *inet_ntop6 (const unsigned char *src, char *dst, socklen_t size);
103 return (inet_ntop6 (src, dst, cnt));
146 * inet_ntop6(src, dst, size)
152 inet_ntop6 (const unsigned char *src, char *dst, socklen_t size) function
  /src/external/gpl3/gdb.old/dist/gnulib/import/
inet_ntop.c 78 static const char *inet_ntop6 (const unsigned char *src, char *dst, socklen_t size);
103 return (inet_ntop6 (src, dst, cnt));
146 * inet_ntop6(src, dst, size)
152 inet_ntop6 (const unsigned char *src, char *dst, socklen_t size) function
  /src/external/mit/libuv/dist/src/
inet.c 30 static int inet_ntop6(const unsigned char *src, char *dst, size_t size);
40 return (inet_ntop6(src, dst, size));
62 static int inet_ntop6(const unsigned char *src, char *dst, size_t size) { function
  /src/sys/dev/usb/
if_umb.c 212 static const char *inet_ntop6(const u_char *src, char *dst, size_t size);
2739 return inet_ntop6(src, dst, (size_t)size);
2775 * inet_ntop6(src, dst, size)
2781 inet_ntop6(const u_char *src, char *dst, size_t size) function

Completed in 25 milliseconds