Microchip® Advanced Software Framework

mdns.h File Reference

uIP DNS resolver code header file.

Author
Adam Dunkels adam@.nosp@m.dunk.nosp@m.els.c.nosp@m.om
#include "contiki.h"

Functions

CCIF void mdns_conf (const uip_ipaddr_t *dnsserver)
 Configure a DNS server. More...
 
CCIF uip_ipaddr_tmdns_getserver (void)
 Obtain the currently configured DNS server. More...
 
void mdns_init (void)
 
CCIF uip_ipaddr_tmdns_lookup (const char *name)
 Look up a hostname in the array of known hostnames. More...
 
CCIF void mdns_query (const char *name)
 Queues a name so that a question for the name will be sent out. More...
 

Variables

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