Go to the documentation of this file.
22 #ifndef NET_GNRC_IPV6_BLACKLIST_H
23 #define NET_GNRC_IPV6_BLACKLIST_H
42 #ifndef CONFIG_GNRC_IPV6_BLACKLIST_SIZE
43 #define CONFIG_GNRC_IPV6_BLACKLIST_SIZE (8)
Data type to represent an IPv6 address.
bool gnrc_ipv6_blacklisted(const ipv6_addr_t *addr)
Checks if an IPv6 address is blacklisted.
Definitions for IPv6 addresses.
void gnrc_ipv6_blacklist_print(void)
Prints the blacklist.
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.