mirror of /home/gitosis/repositories/libowfat.git
Mirror of :pserver:cvs@cvs.fefe.de:/cvs libowfat
https://www.fefe.de/libowfat/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
642 B
17 lines
642 B
.TH dns_name6 3 |
|
.SH NAME |
|
dns_name6 \- look up host name |
|
.SH SYNTAX |
|
.B #include <dns.h> |
|
|
|
int \fBdns_name6\fP(stralloc* \fIout\fR,const char* \fIip\fR[16]); |
|
.SH DESCRIPTION |
|
dns_name6 looks up the domain name for the 16-byte IPv6 address in \fIip\fR. It |
|
puts the (first) domain name into \fIout\fR and returns 0. If the relevant |
|
ip6.int domain does not exist in DNS, or has no PTR records, \fIout\fR |
|
will be empty. |
|
|
|
If dns_name4 has trouble with the DNS lookup or runs out of memory, it returns |
|
-1, setting errno appropriately. It may or may not change \fIout\fR. |
|
.SH "SEE ALSO" |
|
dns_name_packet(3), dns_name6_domain(3), dns_name4(3), dns_ip6(3)
|
|
|