![]() |
Contiki-NG
|
DNS host name to IP address resolver. More...
#include "net/ipv6/tcpip.h"#include "net/ipv6/uip-udp-packet.h"#include "net/ipv6/uip-nameserver.h"#include "lib/random.h"#include "resolv.h"#include <inttypes.h>#include <stdbool.h>#include <string.h>#include "sys/log.h"Go to the source code of this file.
Functions | |
| static void | newdata (void) |
| void | resolv_query (const char *name) |
| Queues a name so that a question for the name will be sent out. | |
| resolv_status_t | resolv_lookup (const char *name, uip_ipaddr_t **ipaddr) |
| Look up a hostname in the array of known hostnames. | |
Variables | |
| process_event_t | resolv_event_found |
| Event that is broadcasted when a DNS name has been resolved. | |
DNS host name to IP address resolver.
Definition in file resolv.c.