Searched defs:uint16_t (Results 1 – 6 of 6) sorted by relevance
/openthread-3.5.0/tests/unit/ |
D | test_platform.cpp | 121 OT_TOOL_WEAK void otPlatRadioSetPanId(otInstance *, uint16_t) {} in otPlatRadioSetPanId() argument 125 OT_TOOL_WEAK void otPlatRadioSetShortAddress(otInstance *, uint16_t) {} in otPlatRadioSetShortAddress() argument 151 OT_TOOL_WEAK otError otPlatRadioAddSrcMatchShortEntry(otInstance *, uint16_t) { return OT_ERROR_NON… in otPlatRadioAddSrcMatchShortEntry() argument 155 OT_TOOL_WEAK otError otPlatRadioClearSrcMatchShortEntry(otInstance *, uint16_t) { return OT_ERROR_N… in otPlatRadioClearSrcMatchShortEntry() argument 163 OT_TOOL_WEAK otError otPlatRadioEnergyScan(otInstance *, uint8_t, uint16_t) { return OT_ERROR_NOT_I… in otPlatRadioEnergyScan() argument 222 OT_TOOL_WEAK void otPlatUartReceived(const uint8_t *, uint16_t) {} in otPlatUartReceived() argument 230 OT_TOOL_WEAK void otPlatSettingsInit(otInstance *, const uint16_t *, uint16_t) {} in otPlatSettingsInit() 392 OT_TOOL_WEAK void otPlatTrelEnable(otInstance *, uint16_t *) {} in otPlatTrelEnable() argument 396 OT_TOOL_WEAK void otPlatTrelSend(otInstance *, const uint8_t *, uint16_t, const otSockAddr *) {} in otPlatTrelSend() argument 398 OT_TOOL_WEAK void otPlatTrelRegisterService(otInstance *, uint16_t, const uint8_t *, uint8_t) {} in otPlatTrelRegisterService() argument [all …]
|
D | test_heap_array.cpp | 100 template <> void VerifyEntry(const uint16_t &aEntry, const Heap::Array<uint16_t, 2> &aArray, int aE… in VerifyEntry()
|
/openthread-3.5.0/src/core/border_router/ |
D | infra_if.cpp | 202 …OL_WEAK otError otPlatInfraIfSendIcmp6Nd(uint32_t, const otIp6Address *, const uint8_t *, uint16_t) in otPlatInfraIfSendIcmp6Nd() argument
|
/openthread-3.5.0/src/core/thread/ |
D | mesh_forwarder.cpp | 2045 void MeshForwarder::LogFragmentFrameDrop(Error, uint16_t, const Mac::Addresses &, const Lowpan::Fra… in LogFragmentFrameDrop() argument 2049 void MeshForwarder::LogLowpanHcFrameDrop(Error, uint16_t, const Mac::Addresses &, bool) {} in LogLowpanHcFrameDrop() argument
|
D | mle.hpp | 1305 static void Log(MessageAction, MessageType, const Ip6::Address &, uint16_t) {} in Log() argument
|
/openthread-3.5.0/src/core/radio/ |
D | radio.hpp | 985 inline Error Radio::EnergyScan(uint8_t, uint16_t) { return kErrorNotImplemented; } in EnergyScan() argument
|