Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
6lbr.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2020 Freie Universität Berlin
3
*
4
* This file is subject to the terms and conditions of the GNU Lesser
5
* General Public License v2.1. See the file LICENSE in the top level
6
* directory for more details.
7
*/
8
20
#ifndef NET_GNRC_DHCPV6_CLIENT_6LBR_H
21
#define NET_GNRC_DHCPV6_CLIENT_6LBR_H
22
23
#ifdef __cplusplus
24
extern
"C"
{
25
#endif
26
33
#ifndef CONFIG_GNRC_DHCPV6_CLIENT_6LBR_UPSTREAM
34
#define CONFIG_GNRC_DHCPV6_CLIENT_6LBR_UPSTREAM (0)
35
#endif
36
45
#ifndef CONFIG_GNRC_DHCPV6_CLIENT_6LBR_6LO_CTX_MIN
46
#define CONFIG_GNRC_DHCPV6_CLIENT_6LBR_6LO_CTX_MIN (60U)
47
#endif
48
58
#ifdef DOXYGEN
59
#define CONFIG_GNRC_DHCPV6_CLIENT_6LBR_STATIC_ROUTE
60
#endif
61
67
void
gnrc_dhcpv6_client_6lbr_init
(
void
);
68
69
#ifdef __cplusplus
70
}
71
#endif
72
73
#endif
/* NET_GNRC_DHCPV6_CLIENT_6LBR_H */
74
gnrc_dhcpv6_client_6lbr_init
void gnrc_dhcpv6_client_6lbr_init(void)
Initializes the DHCPv6 client for 6LoWPAN border router.
Generated on Tue Nov 24 2020 19:46:52 by
1.8.17