Authoritative border router list definitions. More...
Authoritative border router list definitions.
Definition in file abr.h.
Go to the source code of this file.
Data Structures | |
struct | gnrc_ipv6_nib_abr_t |
Authoritative border router list entry view on NIB. More... | |
Functions | |
int | gnrc_ipv6_nib_abr_add (const ipv6_addr_t *addr) |
Adds the address of an authoritative border router to the NIB. More... | |
void | gnrc_ipv6_nib_abr_del (const ipv6_addr_t *addr) |
Removes an authoritative border router from the NIB. More... | |
bool | gnrc_ipv6_nib_abr_iter (void **state, gnrc_ipv6_nib_abr_t *abr) |
Iterates over all authoritative border router in the NIB. More... | |
void | gnrc_ipv6_nib_abr_print (gnrc_ipv6_nib_abr_t *abr) |
Prints an authoritative border router list entry. More... | |