11#ifndef ZEPHYR_INCLUDE_NET_OPENTHREAD_H_
12#define ZEPHYR_INCLUDE_NET_OPENTHREAD_H_
46struct openthread_context {
60 struct pkt_list_elem pkt_list[CONFIG_OPENTHREAD_PKT_LIST_SIZE];
76#define OPENTHREAD_L2_CTX_TYPE struct openthread_context
struct openthread_context * openthread_get_default_context(void)
Get pointer to default OpenThread context.
OpenThread stack public header.
Public API for network interface.
__UINT8_TYPE__ uint8_t
Definition stdint.h:88
__UINT16_TYPE__ uint16_t
Definition stdint.h:89