TCPIP_DNS_RemoveAll Function

C

TCPIP_DNS_RESULT TCPIP_DNS_RemoveAll();

Description

This function is used to remove all the entries from the DNS cache. It removes both the solved and unresolved entries.

Preconditions

The DNS module must be initialized.

Returns

  • TCPIP_DNS_RES_OK - If successful.

  • TCPIP_DNS_RES_NO_SERVICE - DNS resolver non existent/uninitialized.

Remarks

None.