42#ifndef CONFIG_GNRC_IPV6_BLACKLIST_SIZE 
   43#define CONFIG_GNRC_IPV6_BLACKLIST_SIZE    (8) 
bool gnrc_ipv6_blacklisted(const ipv6_addr_t *addr)
Checks if an IPv6 address is blacklisted.
int gnrc_ipv6_blacklist_add(const ipv6_addr_t *addr)
Adds an IPv6 address to the blacklist.
void gnrc_ipv6_blacklist_del(const ipv6_addr_t *addr)
Removes an IPv6 address from the blacklist.
void gnrc_ipv6_blacklist_print(void)
Prints the blacklist.
Definitions for IPv6 addresses.
Data type to represent an IPv6 address.