Functions | |
| static void | fip_nd6_processRS (const fip_nd6_optionStruct_t *optionStruct) |
| Process an incoming Router Solicitation. | |
| static void | fip_nd6_processRA (const fip_nd6_optionStruct_t *optionStruct) |
| Process an incoming Router Advertisement. | |
| static void | fip_nd6_processNS (const fip_nd6_optionStruct_t *optionStruct) |
| Process an incoming Neighbour Solicitation. | |
| static void | fip_nd6_processNA (const fip_nd6_optionStruct_t *optionStruct) |
| Process an incoming Neighbour Advertisement. | |
| fip_llptraddr_t | fip_nd6_processLLAO (unsigned char offset) |
| Process the LLAO in a ND message, and update the Neighbour Cache if this represents a new neighbour. | |
| fip_return_t | fip_nd6_process (void) |
| Process the current active buffer if it contains a ICMP-ND message. | |
1.5.7.1