Functions | |
void | fip_nd6_periodicIf (fip_ifnum_t ifnum) |
Performs periodic maintenance of any ND6 structures on the interface. | |
void | fip_nd6_periodicUnicast (fip_ifnum_t ifnum, unsigned char indexToUnicast) |
Performs periodic maintenance of unicast IPv6 addresses assigned to the interface, as required by RFC4861 etc. | |
void | fip_nd6_neighbourCache_updateLL (fip_ifnum_t ifnum, fip_nd6_index_t index, fip_llptraddr_t lladdr) |
Update the Link-Layer address of a neighbour cache entry. | |
void | fip_nd6_neighbourCache_add (fip_ifnum_t ifnum, const unsigned char *const ipaddr, fip_llptraddr_t llptraddr, fip_bool_t isRouter) |
Add a neighbour to the neighbour cache, does not check for duplicate entries. |