Go to the documentation of this file.
20 #ifndef NET_GNRC_IPV6_WHITELIST_H
21 #define NET_GNRC_IPV6_WHITELIST_H
40 #ifndef CONFIG_GNRC_IPV6_WHITELIST_SIZE
41 #define CONFIG_GNRC_IPV6_WHITELIST_SIZE (8)
Data type to represent an IPv6 address.
Definitions for IPv6 addresses.
bool gnrc_ipv6_whitelisted(const ipv6_addr_t *addr)
Checks if an IPv6 address is whitelisted.
void gnrc_ipv6_whitelist_print(void)
Prints the whitelist.
void gnrc_ipv6_whitelist_del(const ipv6_addr_t *addr)
Removes an IPv6 address from the whitelist.
int gnrc_ipv6_whitelist_add(const ipv6_addr_t *addr)
Adds an IPv6 address to the whitelist.