/openthread-latest/src/core/net/ |
D | dnssd.cpp | 107 ExitNow(); in GetState() 113 ExitNow(); in GetState() 130 ExitNow(); in RegisterService() 154 ExitNow(); in UnregisterService() 176 ExitNow(); in RegisterHost() 200 ExitNow(); in UnregisterHost() 222 ExitNow(); in RegisterKey() 246 ExitNow(); in UnregisterKey() 268 ExitNow(); in StartBrowser() 290 ExitNow(); in StopBrowser() [all …]
|
D | ip6_filter.cpp | 62 ExitNow(rval = true); in Accept() 72 ExitNow(rval = true); in Accept() 83 ExitNow(rval = true); in Accept() 91 ExitNow(rval = true); in Accept() 101 ExitNow(); in Accept()
|
D | nat64_translator.cpp | 124 ExitNow(res = kNotTranslated); in TranslateFromIp6() 132 ExitNow(res = kDrop); in TranslateFromIp6() 137 ExitNow(res = kNotTranslated); in TranslateFromIp6() 145 ExitNow(res = kDrop); in TranslateFromIp6() 174 ExitNow(res = kDrop); in TranslateFromIp6() 187 ExitNow(res = kDrop); in TranslateFromIp6() 217 ExitNow(res = kForward); in TranslateToIp6() 223 ExitNow(res = kDrop); in TranslateToIp6() 230 ExitNow(res = kDrop); in TranslateToIp6() 238 ExitNow(res = kDrop); in TranslateToIp6() [all …]
|
D | dns_types.cpp | 203 ExitNow(); in AppendTo() 257 ExitNow(); in AppendMultipleLabels() 296 ExitNow(); in AppendPointerLabel() 311 ExitNow(error = aMessage.Append(value)); in AppendPointerLabel() 350 ExitNow(); in ParseName() 415 ExitNow(); in ReadName() 449 ExitNow(); in CompareMultipleLabels() 501 ExitNow(); in CompareName() 548 ExitNow(); in CompareName() 588 ExitNow(error = kErrorNotFound); in GetNextLabel() [all …]
|
/openthread-latest/src/core/mac/ |
D | mac_links.cpp | 186 ExitNow(key = &Get<SubMac>().GetCurrentMacKey()); in GetCurrentMacKey() 195 ExitNow(key = &Get<KeyManager>().GetCurrentTrelMacKey()); in GetCurrentMacKey() 222 ExitNow(key = &Get<SubMac>().GetPreviousMacKey()); in GetTemporaryMacKey() 226 ExitNow(key = &Get<SubMac>().GetNextMacKey()); in GetTemporaryMacKey() 240 ExitNow(key = &Get<KeyManager>().GetTemporaryTrelMacKey(aKeySequence)); in GetTemporaryMacKey() 264 ExitNow(); in SetMacFrameCounter()
|
D | sub_mac.cpp | 263 ExitNow(); in Receive() 319 ExitNow(error = kErrorInvalidState); in Send() 326 ExitNow(); in Send() 417 ExitNow(); in StartCsmaBackoff() 542 OT_UNREACHABLE_CODE(ExitNow()); in HandleTransmitDone() 553 ExitNow(); in HandleTransmitDone() 576 ExitNow(); in HandleTransmitDone() 581 ExitNow(); in HandleTransmitDone() 677 ExitNow(error = kErrorInvalidState); in EnergyScan()
|
D | data_poll_handler.cpp | 160 ExitNow(); in HandleDataPoll() 241 ExitNow(); in HandleSentFrame() 268 ExitNow(); in HandleSentFrame() 291 ExitNow(); in HandleSentFrame()
|
/openthread-latest/src/cli/ |
D | cli_tcat.cpp | 105 ExitNow(ret = true); in IsDeviceIdSet() 160 ExitNow(); in Process() 186 ExitNow(); in Process() 190 ExitNow(error = OT_ERROR_INVALID_ARGS); in Process() 209 ExitNow(error = OT_ERROR_INVALID_ARGS); in Process() 226 ExitNow(); in Process() 310 ExitNow(error = aArgs[0].IsEmpty() ? error : OT_ERROR_NONE); in Process()
|
D | cli_bbr.cpp | 87 ExitNow(error = OT_ERROR_NONE); in Process() 174 ExitNow(error = OT_ERROR_INVALID_COMMAND); in Process() 222 ExitNow(); in Process() 230 ExitNow(); in Process() 412 ExitNow(error = OT_ERROR_INVALID_ARGS); in Process() 468 ExitNow(); in Process()
|
D | cli_network_data.cpp | 268 ExitNow(); in Process() 300 ExitNow(); in Process() 324 ExitNow(); in Process() 348 ExitNow(); in Process() 369 ExitNow(); in Process() 392 ExitNow(); in Process() 419 ExitNow(); in Process() 442 ExitNow(); in Process() 962 ExitNow(error = aArgs[0].IsEmpty() ? error : OT_ERROR_NONE); in Process()
|
D | cli_link_metrics.cpp | 132 ExitNow(error = OT_ERROR_INVALID_ARGS); in Process() 236 ExitNow(error = OT_ERROR_INVALID_ARGS); in Process() 325 ExitNow(error = OT_ERROR_INVALID_ARGS); in Process() 397 ExitNow(error = aArgs[0].IsEmpty() ? error : OT_ERROR_NONE); in Process() 438 ExitNow(error = OT_ERROR_INVALID_ARGS); in ParseLinkMetricsFlags()
|
D | cli_dataset.cpp | 499 ExitNow(error = aArgs++->ParseAsHexString(aDataset.mPskc.m8)); in ParsePskc() 633 ExitNow(error = ParseTlvs(aArgs[1], sDatasetTlvs)); in Process() 798 ExitNow(error = OT_ERROR_INVALID_ARGS); in Process() 887 ExitNow(error = OT_ERROR_INVALID_ARGS); in Process() 1054 ExitNow(error = OT_ERROR_INVALID_ARGS); in ParseSecurityPolicy() 1256 ExitNow(error = Print(sDatasetTlvs)); in Process() 1293 ExitNow(error = OT_ERROR_NONE); in Process() 1301 ExitNow(); in Process()
|
D | cli_tcp.cpp | 195 ExitNow(error = OT_ERROR_INVALID_ARGS); in Process() 253 ExitNow(); in Process() 424 ExitNow(error = OT_ERROR_INVALID_ARGS); in Process() 490 ExitNow(error = OT_ERROR_FAILED); in Process() 773 ExitNow(error = aArgs[0].IsEmpty() ? error : OT_ERROR_NONE); in Process() 938 ExitNow(); in HandleTcpReceiveAvailable() 995 ExitNow(); in HandleTcpReceiveAvailable() 1056 ExitNow(action = OT_TCP_INCOMING_CONNECTION_ACTION_DEFER); in HandleTcpAcceptReady() 1128 ExitNow(error = OT_ERROR_FAILED); in ContinueBenchmarkCircularSend()
|
/openthread-latest/src/core/thread/ |
D | mle_router.cpp | 704 ExitNow(error = kErrorParse); in HandleLinkRequest() 741 ExitNow(error = kErrorParse); in HandleLinkRequest() 750 ExitNow(error = kErrorParse); in HandleLinkRequest() 821 ExitNow(error = kErrorDrop); in SendLinkAccept() 923 ExitNow(error = kErrorSecurity); in HandleLinkAccept() 948 ExitNow(error = kErrorParse); in HandleLinkAccept() 1021 ExitNow(error = kErrorParse); in HandleLinkAccept() 1070 ExitNow(error = kErrorParse); in HandleLinkAccept() 1140 ExitNow(error = kErrorParse); in ReadAndProcessRouteTlvOnFed() 1202 ExitNow(error = kErrorParse); in HandleAdvertisement() [all …]
|
D | child.cpp | 179 ExitNow(); in GetNextIp6Address() 202 ExitNow(); in AddIp6Address() 225 ExitNow(); in RemoveIp6Address() 264 ExitNow(); in HasIp6Address() 284 ExitNow(); in GetDomainUnicastAddress()
|
D | mesh_forwarder_ftd.cpp | 133 ExitNow(); in SendMessage() 233 ExitNow(); in EvictMessage() 255 ExitNow(error = kErrorNone); in EvictMessage() 373 ExitNow(error = kErrorDrop); in UpdateMeshRoute() 511 ExitNow(); in CheckReachability() 540 ExitNow(); in CheckReachability() 547 ExitNow(); in CheckReachability() 553 ExitNow(); in CheckReachability() 605 ExitNow(error = kErrorParse); in HandleMesh() 660 ExitNow(); in ResolveRoutingLoops() [all …]
|
D | mle.cpp | 397 ExitNow(); in Restore() 413 ExitNow(); in Restore() 428 ExitNow(); in Restore() 647 ExitNow(); in GetAttachStartDelay() 862 ExitNow(); in SetDeviceMode() 1039 ExitNow(retval = true); in HasUnregisteredAddress() 1377 ExitNow(); in HasAcceptableParentCandidate() 1411 ExitNow(); in HandleAttachTimer() 1757 ExitNow(error = kErrorAlready); in SendChildIdRequest() 1895 …ExitNow(interval = Random::NonCrypto::GetUint32InRange(kMulticastRetxDelayMin, kMulticastRetxDelay… in ScheduleMessageTransmissionTimer() [all …]
|
D | neighbor_table.cpp | 155 ExitNow(); in FindNeighbor() 162 ExitNow(neighbor = &child); in FindNeighbor() 214 ExitNow(); in GetNextNeighborInfo() 233 ExitNow(); in GetNextNeighborInfo()
|
D | lowpan.cpp | 88 ExitNow(error = kErrorParse); in ComputeIid() 401 ExitNow(); in Compress() 412 ExitNow(); in Compress() 569 ExitNow(); in DispatchToNextHeader() 573 ExitNow(); in DispatchToNextHeader() 577 ExitNow(); in DispatchToNextHeader() 581 ExitNow(); in DispatchToNextHeader() 585 ExitNow(); in DispatchToNextHeader() 591 ExitNow(); in DispatchToNextHeader() 815 ExitNow(); in DecompressBaseHeader() [all …]
|
/openthread-latest/src/core/common/ |
D | string.cpp | 133 ExitNow(ret = &aString[index]); in StringFind() 179 ExitNow(); in StringCopy() 287 ExitNow(aValue = static_cast<uint8_t>(aHexChar - 'A' + 10)); in ParseHexDigit() 292 ExitNow(aValue = static_cast<uint8_t>(aHexChar - 'a' + 10)); in ParseHexDigit() 396 ExitNow(ret = false); in IsValidUtf8String() 412 ExitNow(ret = false); in IsValidUtf8String()
|
D | trickle_timer.cpp | 67 ExitNow(); in GetStartTimeOfCurrentInterval() 127 ExitNow(); in SetIntervalMax() 314 ExitNow(); // Exit so to not call `mHandler` in HandleTimer()
|
/openthread-latest/src/core/utils/ |
D | channel_manager.cpp | 99 ExitNow(); in RequestNetworkChannelChange() 126 ExitNow(); in ChangeCslChannel() 132 ExitNow(); in ChangeCslChannel() 251 ExitNow(error = kErrorInvalidState); in FindBetterChannel() 376 ExitNow(error = kErrorAlready); in RequestChannelSelect() 389 ExitNow(error = kErrorAbort); in RequestChannelSelect()
|
D | flash.cpp | 60 ExitNow(); in Init() 98 ExitNow(sanitizeNeeded = true); in SanitizeFreeSpace() 106 ExitNow(sanitizeNeeded = true); in SanitizeFreeSpace() 218 ExitNow(rval = true); in DoesValidRecordExist()
|
/openthread-latest/src/posix/platform/ |
D | infra_if.cpp | 85 ExitNow(ret = true); in otPlatInfraIfHasAddress() 276 ExitNow(error = OT_ERROR_FAILED); in SendIcmp6Nd() 282 ExitNow(error = OT_ERROR_FAILED); in SendIcmp6Nd() 316 ExitNow(); in GetFlags() 337 ExitNow(); in CountAddresses() 437 ExitNow(); in SetInfraNetif() 475 ExitNow(); // To silence unused `exit` label warning. in SetUp() 554 ExitNow(); in ReceiveNetLinkMessage() 626 ExitNow(error = OT_ERROR_DROP); in ReceiveIcmp6Message() 784 ExitNow(error = OT_ERROR_FAILED); in DiscoverNat64Prefix()
|
/openthread-latest/src/core/backbone_router/ |
D | ndproxy_table.cpp | 163 ExitNow(); in Register() 197 ExitNow(found = &proxy); in FindByAddressIid() 215 ExitNow(found = &proxy); in FindByMeshLocalIid() 231 ExitNow(found = &proxy); in FindInvalid() 340 ExitNow(error = kErrorNone); in GetInfo()
|