ot::Ncp::NcpBase::InfraIfSendIcmp6Nd() method
Send a ICMP6 ND message through the Infrastructure interface on the host.
Arguments
aInfraIfIndex
The index of the infrastructure interface this message is sent to.
aDestAddress
The destination address this message is sent to.
aBuffer
The ICMPv6 message buffer. The ICMPv6 checksum is left zero and the platform should do the checksum calculate.
aBufferLength
The length of the message buffer.
Return value
OT_ERROR_NONE Successfully sent the ICMPv6 message. OT_ERROR_FAILED Failed to send the ICMPv6 message.
Notes
Per RFC 4861, the implementation should send the message with IPv6 link-local source address of interface @p aInfraIfIndex and IP Hop Limit 255.