diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2018-04-12 00:32:03 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2018-04-12 00:32:03 +0000 |
commit | f01c8453d56f810031ded37ed9e37e71e7474089 (patch) | |
tree | 7051fe3443dbe6d438733522b41ea418659efbec /doc/libs6dns/s6dns-resolve.html | |
parent | 665f12a744dea29a4e5437ecca918ed5d57b5744 (diff) | |
download | s6-dns-f01c8453d56f810031ded37ed9e37e71e7474089.tar.xz |
Document the CAA functions
Diffstat (limited to 'doc/libs6dns/s6dns-resolve.html')
-rw-r--r-- | doc/libs6dns/s6dns-resolve.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/libs6dns/s6dns-resolve.html b/doc/libs6dns/s6dns-resolve.html index 9f0871f..69596f8 100644 --- a/doc/libs6dns/s6dns-resolve.html +++ b/doc/libs6dns/s6dns-resolve.html @@ -284,6 +284,16 @@ appended to the genalloc *<em>srvs</em>, which contains an array of </p> <p> +<code> int s6dns_resolve_caa_g (genalloc *caas, char const *name, +size_t len, int qualif, tain_t const *deadline) </code> <br /> + Performs a CAA query on name <em>name</em> of length <em>len</em>, qualifying it +iff <em>qualif</em> is nonzero. Returns -1 if an error occurs, or 0 if no answer +can be obtained from servers, or 1 if it succeeds, in which case the domains are +appended to the genalloc *<em>caas</em>, which contains an array of +<tt>s6dns_message_rr_caa_t</tt>. +</p> + +<p> <code> int s6dns_resolve_txt_g (stralloc *sa, genalloc *offsets, char const *name, unsigned int len, int qualif, tain_t const *deadline) </code> <br /> Performs an TXT query on name <em>name</em> of length <em>len</em>, qualifying it |