IPv6 blacklist definitions. More...
IPv6 blacklist definitions.
Definition in file blacklist.h.
 Include dependency graph for blacklist.h:
 Include dependency graph for blacklist.h:Go to the source code of this file.
| Macros | |
| #define | CONFIG_GNRC_IPV6_BLACKLIST_SIZE (8) | 
| Maximum size of the blacklist. | |
| Functions | |
| 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. | |
| bool | gnrc_ipv6_blacklisted (const ipv6_addr_t *addr) | 
| Checks if an IPv6 address is blacklisted. | |
| void | gnrc_ipv6_blacklist_print (void) | 
| Prints the blacklist. | |