Authoritative border router list definitions. More...

Detailed Description

Authoritative border router list definitions.

Author
Martine Lenders m.len.nosp@m.ders.nosp@m.@fu-b.nosp@m.erli.nosp@m.n.de

Definition in file abr.h.

+ Include dependency graph for abr.h:
+ This graph shows which files directly or indirectly include this file:

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...