1.2.1.8.3 Library Interface

NameDescription
General Functions
TCPIP_DNSS_AddressCntGetGet DNS Server IPv4 or IPv4 Address count details for the Input value of Index
TCPIP_DNSS_CacheEntryRemoveRemove DNS server cache entry by Hostname and IP Type and IP(v4 or v6) address
TCPIP_DNSS_DisableDisables the DNS Server for the specified interface.
TCPIP_DNSS_EnableEnables the DNS server for the specified interface.
TCPIP_DNSS_EntryAddAdd a IPv4 or IPv6 entry to the DNS server table.
TCPIP_DNSS_IsEnabledDetermines if the DNS Server is enabled on the specified interface.
TCPIP_DNSS_EntryGetGet DNS server IP address details from resolver pool entry.
TCPIP_DNSS_TaskStandard TCP/IP stack module task function.
Data Types and Constants
TCPIP_DNSS_MODULE_CONFIGProvides a place holder for DNS server configuration.
TCPIP_DNSS_RESULTDNS result codes
TCPIP_DNSS_CACHE_MAX_SERVER_ENTRIESMaximum DNS server Cache entries. It is the sum of TCPIP_DNSS_CACHE_PER_IPV4_ADDRESS and TCPIP_DNSS_CACHE_PER_IPV6_ADDRESS.
TCPIP_DNSS_CACHE_PER_IPV4_ADDRESSMaximum and default number of IPv4 entries will be allowed to be configured from command prompt. and these many entries will be allowed to be sent in response for the DNS query with record type TCPIP_DNS_TYPE_A.
TCPIP_DNSS_CACHE_PER_IPV6_ADDRESSMaximum and default number of IPv6 entries will be allowed to be configured from command prompt. and these many entries will be allowed to be sent in response for the DNS query with record type TCPIP_DNS_TYPE_AAAA.
TCPIP_DNSS_HOST_NAME_LENDefault DNS host name length
TCPIP_DNSS_REPLY_BOARD_ADDRReply DNS info with Board info only if the requested DNS host name is not present if TCPIP_DNSS_REPLY_BOARD_ADDR != 1 , then return no such name This is used for a boolean variable . the value should be 0 or 1
TCPIP_DNSS_TASK_PROCESS_RATEDNS Server time out task processing rate, in milliseconds. The DNS Server module will process a timer event with this rate for processing its own state machine, etc. The default value is 33 milliseconds. The lower the rate (higher the frequency) the higher the module priority and higher module performance can be obtained The value cannot be lower than the TCPIP_STACK_TICK_RATE.
TCPIP_DNSS_TTL_TIMEDefault TTL time for a IP address is 10 minutes
__DNSS_HThis is macro __DNSS_H.
DNSS_CONFIG_HThis is macro DNSS_CONFIG_H.