otIp6Send() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferencesCall TreeData Use

Return value

OT_ERROR_NONE Successfully processed the message. OT_ERROR_DROP Message was well-formed but not fully processed due to packet processing rules. OT_ERROR_NO_BUFS Could not allocate necessary message buffers when processing the datagram. OT_ERROR_NO_ROUTE No route to host. OT_ERROR_INVALID_SOURCE_ADDRESS Source address is invalid, e.g. an anycast address or a multicast address. OT_ERROR_PARSE Encountered a malformed header when processing the message. OT_ERROR_INVALID_ARGS The message's metadata is invalid, e.g. the message uses `OT_MESSAGE_ORIGIN_THREAD_NETIF` as the origin.