DHCPv6 client definitions. More...
DHCPv6 client definitions.
Definition in file relay.h.
#include <stdint.h>#include "event.h"
Include dependency graph for relay.h:Go to the source code of this file.
Macros | |
| #define | CONFIG_DHCPV6_RELAY_HOP_LIMIT (8U) |
| Maximum hop count in a relay-forward message (HOP_COUNT_LIMIT) | |
| #define | CONFIG_DHCPV6_RELAY_BUFLEN (256U) |
| default length for send and receive buffer | |
Functions | |
| void | dhcpv6_relay_auto_init (void) |
| Auto-initializes the relay agent in its own thread or event thread when available. | |
| void | dhcpv6_relay_init (event_queue_t *event_queue, uint16_t listen_netif, uint16_t fwd_netif) |
| Initializes the relay agent. | |