All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

IPv6 whitelist definitions. More...

Detailed Description

IPv6 whitelist definitions.

Author
Martine Lenders mlend.nosp@m.ers@.nosp@m.inf.f.nosp@m.u-be.nosp@m.rlin..nosp@m.de

Definition in file whitelist.h.

#include <stdbool.h>
#include "net/ipv6/addr.h"
+ Include dependency graph for 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.
 
void gnrc_ipv6_whitelist_del (const ipv6_addr_t *addr)
 Removes an IPv6 address from the whitelist.
 
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.