File: dns.el.html
Defined variables (5)
dns-classes | Classes of queries. |
dns-query-types | Names of query types and their values. |
dns-servers | List of DNS servers to query. |
dns-servers-valid-for-interfaces | The return value of ‘network-interface-list’ when ‘dns-servers’ was set. |
dns-timeout | How many seconds to wait when doing DNS queries. |
Defined functions (19)
dns--filter | (PROCESS CALLBACK TYPE FULL TCP) |
dns--lookup | (NAME CALLBACK TYPE FULL) |
dns-get | (TYPE SPEC) |
dns-get-txt-answer | (ANSWERS) |
dns-inverse-get | (VALUE SPEC) |
dns-query | (NAME &optional TYPE FULL REVERSE) |
dns-query-asynchronous | (NAME CALLBACK &optional TYPE FULL REVERSE) |
dns-query-cached | (NAME &optional TYPE FULLP REVERSEP) |
dns-read | (PACKET &optional TCP-P) |
dns-read-bytes | (LENGTH) |
dns-read-name | (&optional BUFFER) |
dns-read-string-name | (STRING BUFFER) |
dns-read-txt | (STRING) |
dns-read-type | (STRING TYPE) |
dns-servers-up-to-date-p | () |
dns-set-servers | () |
dns-write | (SPEC &optional TCP-P) |
dns-write-bytes | (VALUE &optional LENGTH) |
dns-write-name | (NAME) |