![]() |
nRF5 SDK
v15.3.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API | S312 SoftDevice API | S332 SoftDevice API | S340 SoftDevice API |
#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 multi-cast address.