TCPIP_DNS_CLIENT_INFO Structure

C

typedef struct {
TCPIP_NET_HANDLE strictNet;
TCPIP_NET_HANDLE prefNet;
uint32_t dnsTime;
uint16_t pendingEntries;
uint16_t currentEntries;
uint16_t totalEntries;
} TCPIP_DNS_CLIENT_INFO;

Description

Structure: TCPIP_DNS_CLIENT_INFO.

DNS module data structure used for getting information about the module settings.

Members

MembersDescription
strictNetCurrent strict DNS interface.
entrySolvedTmoCurrent preferred DNS interface.
dnsTimeCurrent DNS time, seconds.
pendingEntriesNumber of entries that need to be solved.
currentEntriesNumber of solved and unslolved name entries.
totalEntriesTotal number of supported name entries.

Remarks

None.