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

resolv.h File Reference


Detailed Description

uIP DNS resolver code header file.

Author:
Adam Dunkels <adam@dunkels.com>

Definition in file resolv.h.

#include "contiki.h"

Go to the source code of this file.

Functions

void resolv_found (char *name, u16_t *ipaddr)
void resolv_conf (u16_t *dnsserver)
 Configure a DNS server.
u16_t * resolv_getserver (void)
 Obtain the currently configured DNS server.
u16_t * resolv_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.

Variables

process_event_t resolv_event_found
 Event that is broadcasted when a DNS name has been resolved.


Generated on Thu Jun 22 17:45:43 2006 for Contiki 2.x by  doxygen 1.4.4