Lines Matching full:openthread
2 * Copyright (c) 2016, The OpenThread Authors.
38 #include "openthread-posix-config.h"
48 #include <openthread/error.h>
49 #include <openthread/instance.h>
50 #include <openthread/ip6.h>
51 #include <openthread/logging.h>
52 #include <openthread/openthread-system.h>
53 #include <openthread/platform/time.h>
97 * Initializes the alarm service used by OpenThread.
116 * @param[in] aInstance The OpenThread instance structure.
151 * Initializes the radio service used by OpenThread.
162 * Shuts down the radio service used by OpenThread.
170 * @param[in] aInstance A pointer to the OpenThread instance.
194 * Initializes the random number service used by OpenThread.
200 * Initializes the logging service used by OpenThread.
226 * @note This function is called before OpenThread instance is created.
236 * @note This function is called after OpenThread instance is created.
238 * @param[in] aInstance A pointer to the OpenThread instance.
246 * @note This function is called before OpenThread instance is destructed.
254 * @note This function is called after OpenThread instance is destructed.
278 * @param[in] aInstance A pointer to the OpenThread instance.
343 * @param[in] aInstance A pointer to the OpenThread instance.
413 * A pointer to the OpenThread instance.