Searched refs:ns_name_ntop (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/bsd/libbind/dist/include/arpa/ |
| D | nameser.h | 547 #define ns_name_ntop __ns_name_ntop macro 606 int ns_name_ntop __P((const u_char *, char *, size_t));
|
| /netbsd/src/include/arpa/ |
| D | nameser.h | 548 #define ns_name_ntop __ns_name_ntop macro 607 int ns_name_ntop(const u_char *, char *, size_t);
|
| /netbsd/src/external/bsd/libbind/dist/nameser/ |
| D | ns_name.c | 99 ns_name_ntop(const u_char *src, char *dst, size_t dstsiz) in ns_name_ntop() function 627 if (ns_name_ntop(tmp, dst, dstsiz) == -1) in ns_name_uncompress()
|
| /netbsd/src/lib/libc/nameser/ |
| D | ns_name.c | 105 ns_name_ntop(const u_char *src, char *dst, size_t dstsiz) in ns_name_ntop() function 640 if (ns_name_ntop(tmp, dst, dstsiz) == -1) in ns_name_uncompress()
|