nRF5 IoT SDK
v0.9.0
|
#include <icmp6_api.h>
Data Fields | |
ipv6_addr_t | target_addr |
bool | add_aro |
uint16_t | aro_lifetime |
Neighbor solicitation parameters.
bool icmp6_ns_param_t::add_aro |
Indicates if ARO option should be added.
uint16_t icmp6_ns_param_t::aro_lifetime |
The amount of time in units of 60 seconds that the router should retain the NCE for the sender of the NS.
ipv6_addr_t icmp6_ns_param_t::target_addr |
The IPv6 address of the target of the solicitation. MUST NOT be a multicast address.