51 #ifndef RESOLV_CONF_SUPPORTS_MDNS
52 #define RESOLV_CONF_SUPPORTS_MDNS (1)
61 CCIF
void resolv_conf(
const uip_ipaddr_t * dnsserver);
63 CCIF uip_ipaddr_t *resolv_getserver(
void);
96 typedef uint8_t resolv_status_t;
98 CCIF resolv_status_t resolv_lookup(
const char *name, uip_ipaddr_t ** ipaddr);
100 CCIF
void resolv_query(
const char *name);
102 #if RESOLV_CONF_SUPPORTS_MDNS
103 CCIF
void resolv_set_hostname(
const char *hostname);
105 CCIF
const char *resolv_get_hostname(
void);
Hostname was not found in the cache.
Hostname is fresh and usable.
Header file for the uIP TCP/IP stack.
#define PROCESS_NAME(name)
Declare the name of a process.
This hostname is in the process of being resolved.
Hostname was found, but it's status has expired.
The server has returned a not-found response for this domain name.
CCIF process_event_t resolv_event_found
Event that is broadcasted when a DNS name has been resolved.
Some sort of server error was encountered while trying to look up this record.