/
DNSc_CacheClrAll
DNSc_CacheClrAll
Flush DNS cache.
Files
dns-c.h/dns-c.c
Prototype
void DNSc_CacheClrAll (DNSc_ERR *p_err);
Arguments
p_err | Pointer to variable that will receive the return error code from this function. |
Returned Values
None.
Required Configuration
None.
Notes / Warnings
None.
Example Usage
DNSc_ERR err; DNSc_CacheClrAll(&err);
Related content
DNSc_CacheClrHost
DNSc_CacheClrHost
More like this
DNSc_GetServerByAddr
DNSc_GetServerByAddr
More like this
DNSc_GetServerByStr
DNSc_GetServerByStr
More like this
DNSc_CfgServerByStr
DNSc_CfgServerByStr
More like this
DNSc_CfgServerByAddr
DNSc_CfgServerByAddr
More like this
DNSc_GetHost
DNSc_GetHost
More like this