Unit DNS

From Ultibo.org
Revision as of 03:07, 9 December 2016 by Ultibo (Talk | contribs)

Jump to: navigation, search

Return to Unit Reference


Description


Note: DNS Client is IPv4 based, for IPv6 see new Winsock2 functions


See RFC 1035 Section 4 for details

Constants



[Expand]
DNS specific constants DNS_*


[Expand]
DNS flag constants DNS_FLAG_*


[Expand]
DNS field masks constants DNS_OPCODE_*


[Expand]
DNS query code constants DNS_QUERY*


[Expand]
DNS response code constants DNS_NO_*


[Expand]
DNS record type constants DNS_TYPE_*


[Expand]
DNS address class constants DNS_CLASS_*


[Expand]
DNS message compression constants DNS_POINTER_*


Type definitions


To be documented

Public variables


To be documented

Function declarations



Initialization functions

[Expand]
procedure DNSInit;
Description: To be documented


[Expand]
function DNSStart:LongWord;
Description: To be documented


[Expand]
function DNSStop:LongWord;
Description: To be documented


Return to Unit Reference