IPv6 whitelist definitions. More...
IPv6 whitelist definitions.
Definition in file whitelist.h.
Go to the source code of this file.
Macros | |
#define | CONFIG_GNRC_IPV6_WHITELIST_SIZE (8) |
Maximum size of the whitelist. | |
Functions | |
int | gnrc_ipv6_whitelist_add (const ipv6_addr_t *addr) |
Adds an IPv6 address to the whitelist. More... | |
void | gnrc_ipv6_whitelist_del (const ipv6_addr_t *addr) |
Removes an IPv6 address from the whitelist. More... | |
bool | gnrc_ipv6_whitelisted (const ipv6_addr_t *addr) |
Checks if an IPv6 address is whitelisted. More... | |
void | gnrc_ipv6_whitelist_print (void) |
Prints the whitelist. | |