Query: dns_txt
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
dns_txt(3) Library Functions Manual dns_txt(3)NAMEdns_txt - look up TXT recordsSYNTAX#include <dns.h> int dns_txt(stralloc* out,stralloc* fqdn);DESCRIPTIONdns_txt looks up TXT records for the fully-qualified domain name in fqdn. It puts the concatenation of the TXT records into out and returns 0. If the domain does not exist in DNS, or has no TXT records, out will be empty. If dns_txt has trouble with the DNS lookup or runs out of memory, it returns -1, setting errno appropriately. It may or may not change out.SEE ALSOdns_txt_packet(3) dns_txt(3)
Related Man Pages |
---|
txtrecordcreate(3dnssd) - opensolaris |
txtrecordcontainskey(3dnssd) - opensolaris |
txtrecordsetvalue(3dnssd) - opensolaris |
checkdnsrr(3) - php |
tnm::dns(n) - suse |
Similar Topics in the Unix Linux Community |
---|
T-021: libspf2 DNS TXT Vulnerability |