Home
last modified time | relevance | path

Searched refs:ns_name_ntop (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/bsd/libbind/dist/include/arpa/
Dnameser.h547 #define ns_name_ntop __ns_name_ntop macro
606 int ns_name_ntop __P((const u_char *, char *, size_t));
/netbsd/src/include/arpa/
Dnameser.h548 #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/
Dns_name.c99 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/
Dns_name.c105 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()