Searched refs:observe (Results 1 – 12 of 12) sorted by relevance
/openthread-latest/src/cli/ |
D | README_COAP.md | 52 - [observe](#observe-address-uri-path-type) 71 observe 121 ### observe \<address\> \<uri-path\> \[type\] 130 > coap observe fdde:ad00:beef:0:2780:9423:166c:1aac test-resource
|
D | cli_coap.cpp | 855 uint64_t observe = 0; in HandleRequest() local 880 SuccessOrExit(error = otCoapOptionIteratorGetOptionUintValue(&iterator, &observe)); in HandleRequest() 884 OutputUint64(observe); in HandleRequest() 919 if (observePresent && (mSubscriberTokenLength > 0) && (observe == 0)) in HandleRequest() 932 if (observe == 0) in HandleRequest() 951 else if (observe == 1) in HandleRequest() 978 if (observePresent && (observe == 0)) in HandleRequest()
|
D | README_NETDATA.md | 119 3. After attaching, observe Thread Network Data.
|
/openthread-latest/src/core/coap/ |
D | coap.cpp | 281 bool observe; in SendMessage() local 284 observe = !iterator.IsDone(); in SendMessage() 287 if (observe && aMessage.IsGetRequest()) in SendMessage() 298 observe = false; in SendMessage() 330 metadata.mObserve = observe; in SendMessage()
|
/openthread-latest/third_party/mbedtls/repo/ |
D | SECURITY.md | 28 In this section, we consider an attacker who can observe and modify data sent 52 The attacker is able to observe the timing of instructions executed by Mbed TLS
|
D | CONTRIBUTING.md | 45 When backporting to these branches please observe the following rules:
|
D | ChangeLog | 3015 a plaintext for RSA PKCS#1 v1.5 decryption but only observe the timing
|
/openthread-latest/tests/scripts/thread-cert/ |
D | node.py | 3066 (source, observe, payload) = self.pexpect.match.groups() 3069 if observe is not None: 3070 observe = int(observe, base=10) 3079 return dict(source=source, observe=observe, payload=payload) 3094 (source, observe, payload) = self.pexpect.match.groups() 3097 if observe is not None: 3098 observe = int(observe, base=10) 3104 return dict(source=source, observe=observe, payload=payload)
|
/openthread-latest/etc/gn/ |
D | openthread.gni | 114 # Enable coap observe (RFC7641) api support
|
/openthread-latest/third_party/mbedtls/repo/3rdparty/p256-m/p256-m/ |
D | README.md | 102 1. attackers who can only manipulate the input and observe the output; 104 3. attackers who can also observe and manipulate micro-architectural features
|
/openthread-latest/etc/cmake/ |
D | options.cmake | 188 ot_option(OT_COAP_OBSERVE OPENTHREAD_CONFIG_COAP_OBSERVE_API_ENABLE "coap observe (RFC7641)")
|
/openthread-latest/third_party/mbedtls/repo/docs/ |
D | 3.0-migration-guide.md | 806 In Mbed TLS 2.x, users would observe later calls overwriting 973 Those users will now observe the second call to fail with
|