Go to the source code of this file.
Functions | |
void | DumpDnsHeader (FILE *stream, DNSHEADER *doh) |
void | DumpDnsQuestion (FILE *stream, DNSQUESTION *doq) |
void | DumpDnsResource (FILE *stream, DNSRESOURCE *dor) |
void | NutDnsConfig2 (u_char *hostname, u_char *domain, u_long pdnsip, u_long sdnsip) |
Set DNS configuration. | |
void | NutDnsConfig (u_char *hostname, u_char *domain, u_long dnsip) |
Sets DNS configuration. | |
u_long | NutDnsGetResource (CONST u_char *hostname, CONST u_short type) |
Retrieves IP-address corresponding to a host name. | |
u_long | NutDnsGetHostByName (CONST u_char *hostname) |
u_long | NutDnsGetMxByDomain (CONST u_char *hostname) |