Contiki 2.6

resolv.h File Reference

uIP DNS resolver code header file. More...

#include "contiki.h"

Go to the source code of this file.

Functions

CCIF void resolv_conf (const uip_ipaddr_t *dnsserver)
 Configure a DNS server.
CCIF uip_ipaddr_tresolv_getserver (void)
 Obtain the currently configured DNS server.
CCIF uip_ipaddr_tresolv_lookup (const char *name)
 Look up a hostname in the array of known hostnames.
CCIF void resolv_query (const char *name)
 Queues a name so that a question for the name will be sent out.

Variables

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

Detailed Description

uIP DNS resolver code header file.

Author:
Adam Dunkels <adam@dunkels.com>

Definition in file resolv.h.