Loading...
Searching...
No Matches

DHCPv6 client definitions. More...

Detailed Description

DHCPv6 client definitions.

Author
Martine Lenders m.len.nosp@m.ders.nosp@m.@fu-b.nosp@m.erli.nosp@m.n.de

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.