#include "process.h"
This graph shows which files directly or indirectly include this file:

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. | |
1.3.6