Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals

apps/resolv/resolv.h File Reference


Detailed Description

DNS resolver code header file.

Author:
Adam Dunkels <adam@dunkels.com>

#include "uip.h"

Include dependency graph for resolv.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Functions

void resolv_found (char *name, u16_t *ipaddr)
 Callback function which is called when a hostname is found.

void resolv_conf (u16_t *dnsserver)
 Configure which DNS server to use for queries.

u16_tresolv_getserver (void)
 Obtain the currently configured DNS server.

void resolv_init (void)
 Initalize the resolver.

u16_tresolv_lookup (char *name)
 Look up a hostname in the array of known hostnames.

void resolv_query (char *name)
 Queues a name so that a question for the name will be sent out.


Generated on Tue Oct 7 15:51:11 2003 for uIP 0.9 by doxygen 1.3.3