Home
last modified time | relevance | path

Searched full:update (Results 1 – 25 of 268) sorted by relevance

1234567891011

/openthread-2.7.6/tests/scripts/thread-cert/
Dv1_2_test_multicast_registration.py69 …a) add MA1_LINKLOCAL which would NOT be registered in AddressRegistrationTLV of Child Update Reque…
70 … b) add MA2_ADMINSCOPE which would be registered in AddressRegistrationTLV of Child Update Request.
73 a) add MA1_LINKLOCAL which would be registered in AddressRegistrationTLV of Child Update Request
74 … b) add MA2_ADMINSCOPE which would be registered in AddressRegistrationTLV of Child Update Request.
77 …a) add MA1_LINKLOCAL which would NOT be registered in AddressRegistrationTLV of Child Update Reque…
78 …b) add MA2_ADMINSCOPE which would NOT be registered in AddressRegistrationTLV of Child Update Requ…
81 a) add MA1_LINKLOCAL which would be registered in AddressRegistrationTLV of Child Update Request
82 … b) add MA2_ADMINSCOPE which would be registered in AddressRegistrationTLV of Child Update Request.
87 …a) add MA1_LINKLOCAL which would NOT be registered in AddressRegistrationTLV of Child Update Reque…
88 …b) add MA2_ADMINSCOPE which would NOT be registered in AddressRegistrationTLV of Child Update Requ…
[all …]
DCert_7_1_03_BorderRouterAsLeader.py160 # Update Request keep-alive message.
162 # Step 5: The DUT MUST send a MLE Child Update Response to MED
163 # The following TLVs MUST be present in the Child Update Response:
186 # Step 6: The DUT MUST send a MLE Child Update Request or MLE Data
210 # Step 9: After receiving the MLE Data Response or MLE Child Update Request,
212 # in the Address Registration TLV from the Child Update request command
214 # Step 10: The DUT MUST send a MLE Child Update Response, each, to SED
215 # The following TLVs MUST be present in the Child Update Response:
DCert_7_1_05_BorderRouterAsRouter.py169 # Step 6: MED automatically sends MLE Child Update Request to its parent
173 # Step 7: The DUT MUST send a MLE Child Update Response to MED
174 # The following TLVs MUST be present in the Child Update Response:
197 # Step 8: The DUT MUST send a MLE Child Update Request or MLE Data
229 # in the Address Registration TLV from the Child Update request command
231 # Step 10: The DUT MUST send a MLE Child Update Response, each, to SED
232 # The following TLVs MUST be present in the Child Update Response:
Dtest_dataset_updater.py86 # update initiated by LEADER
91 # update initiated by ROUTER
96 # update initiated by LEADER overridden by ROUTER
103 # update initiated by ROUTER overridden by LEADER
Dv1_2_test_domain_unicast_address.py78 a) DUA_IID_MANUAL1 is registered in Address Registration TLV via Child Update Request.
80 Registration TLV via Child Update Request.
82 Registration TLV via Child Update Request.
84 be registered in Address Registration TLV via Child Update Request.
204 # 4a) DUA_IID_MANUAL1 is registered in Address Registration TLV via Child Update Request.
208 # Registration TLV via Child Update Request.
224 # Registration TLV via Child Update Request.
237 # be registered in Address Registration TLV via Child Update Request.
/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/
Dtest_suite_hmac_drbg.misc.data21 HMAC_DRBG write/update seed file SHA-1 [#1]
25 HMAC_DRBG write/update seed file SHA-1 [#2]
29 HMAC_DRBG write/update seed file SHA-224 [#1]
33 HMAC_DRBG write/update seed file SHA-224 [#2]
37 HMAC_DRBG write/update seed file SHA-256 [#1]
41 HMAC_DRBG write/update seed file SHA-256 [#2]
45 HMAC_DRBG write/update seed file SHA-384 [#1]
49 HMAC_DRBG write/update seed file SHA-384 [#2]
53 HMAC_DRBG write/update seed file SHA-512 [#1]
57 HMAC_DRBG write/update seed file SHA-512 [#2]
Dtest_suite_chachapoly.function178 /* update */
220 /* Initial state: finish, update, update_aad forbidden */
230 /* Still initial state: finish, update, update_aad forbidden */
247 /* After finish: update, update_aad forbidden */
253 /* Starts -> update* OK */
261 /* After update: update_aad forbidden */
/openthread-2.7.6/include/openthread/
Ddataset_updater.h59 …* This callback function pointer is called when a Dataset update request finishes, reporting succe…
60 * of the Dataset update request.
63 * OT_ERROR_NONE indicates successful Dataset update.
66 * a conflicting Dataset update.
74 * This function requests an update to Operational Dataset.
81 * @param[in] aCallback A callback to indicate when Dataset update request finishes.
84 …* @retval OT_ERROR_NONE Dataset update started successfully (@p aCallback will be invoke…
87 * @retval OT_ERROR_BUSY Cannot start update, a previous one is ongoing.
97 * This function cancels an ongoing (if any) Operational Dataset update request.
105 * This function indicates whether there is an ongoing Operation Dataset update request.
[all …]
Dsrp_client.h117 …* This callback is invoked on a successful registration of an update (i.e., add/remove of host-inf…
118 … the SRP server, or if there is a failure or error (e.g., server rejects a update request or client
121 …* In case of a successful reregistration of an update, `aError` parameter would be `OT_ERROR_NONE`…
132 …* If the server rejects an SRP update request, the DNS response code (RFC 2136) is mapped to the f…
154 * - OT_ERROR_NO_BUFS : Insufficient buffer to prepare or send the update message.
157 …* update message to the server, after some wait interval. The retry wait interval starts from the …
193 …* SRP client will prepare and send "SRP Update" message to the SRP server once all the following c…
201 …* wait for a short delay before preparing an "SRP Update" message and sending it to server. This d…
202 …* to add multiple services and/or IPv6 addresses before the first SRP Update message is sent (ensu…
203 …* Update is sent containing all the info). The config `OPENTHREAD_CONFIG_SRP_CLIENT_UPDATE_TX_DELA…
[all …]
/openthread-2.7.6/src/core/meshcop/
Ddataset_updater.hpp72 …* This type represents the callback function pointer which is called when a Dataset update request…
78 * kErrorNone indicates Dataset update successfully finished.
81 * conflicting Dataset update.
88 * This method requests an update to Operational Dataset.
94 … * @param[in] aCallback A callback to indicate when Dataset update request finishes.
97 …* @retval kErrorNone Dataset update started successfully (@p aCallback will be invoked o…
100 * @retval kErrorBusy Cannot start update, a previous one is ongoing.
107 * This method cancels an ongoing (if any) Operational Dataset update request.
113 * This method indicates whether there is an ongoing Operation Dataset update request.
115 * @retval TRUE There is an ongoing update.
[all …]
/openthread-2.7.6/src/core/config/
Dsrp_client.h81 * server rejects an SRP update or there is no response (timeout waiting for response from server).
174 * (relative to the lease expiration time) the SRP client will send an SRP update for lease renewal.
186 …* This value is used for opportunistic early refresh behave. When sending an SRP update, the servi…
187 * expired but are close, are allowed to refresh early and are included in the SRP update.
195 * ones) are always included in SRP update message.
219 …* Specifies the (short) delay (in msec) after an update is required before SRP client sends the up…
221 …* When there is a change (e.g., a new service is added/removed) that requires an update, the SRP c…
222 …* a short delay before preparing and sending an SRP update message to server. This allows user to …
223 …* that are then all sent in same update message. The delay is only applied on the first change tha…
224 …* update message transmission. Subsequent changes (API calls) while waiting for the tx to start wi…
[all …]
/openthread-2.7.6/third_party/mbedtls/repo/tests/scripts/
Dcheck-generated-files.sh31 -u Update the files rather than return an error for out-of-date files.
41 UPDATE=
44 UPDATE='y'
72 if [ -z "$UPDATE" ]; then
76 if [ -z "$UPDATE" ]; then
97 if [ -z "$UPDATE" ]; then
/openthread-2.7.6/src/core/net/
Dsrp_client.hpp282 …* SRP client will prepare and send "SRP Update" message to the SRP server once all the following c…
291 …* wait for a short delay before preparing an "SRP Update" message and sending it to server. This d…
292 …* user to add multiple services and/or IPv6 addresses before the first SRP Update message is sent …
293 * single SRP Update is sent containing all the info).
409 * This method gets the lease interval used in SRP update requests.
420 * This method sets the lease interval used in SRP update requests.
423 …* It only changes any future SRP update messages (i.e adding new services and/or refreshes of exis…
431 * This method gets the key lease interval used in SRP update requests.
439 * This method sets the key lease interval used in SRP update requests.
442 …* It only changes any future SRP update messages (i.e adding new services and/or refreshes of exis…
[all …]
Dsrp_server.cpp249 // We don't wait for the reply from the service update handler, in RemoveHost()
251 // host/service update result. Because removing a host should fail in RemoveHost()
296 UpdateMetadata *update = mOutstandingUpdates.FindMatching(aId); in HandleServiceUpdateResult() local
298 if (update != nullptr) in HandleServiceUpdateResult()
300 HandleServiceUpdateResult(update, aError); in HandleServiceUpdateResult()
304 otLogInfoSrp("[server] delayed SRP host update result, the SRP update has been committed"); in HandleServiceUpdateResult()
511 for (const UpdateMetadata &update : mOutstandingUpdates) in FindOutstandingUpdate() local
513 if (aDnsMessageId == update.GetDnsHeader().GetMessageId() && in FindOutstandingUpdate()
514 aMessageInfo.GetPeerAddr() == update.GetMessageInfo().GetPeerAddr() && in FindOutstandingUpdate()
515 aMessageInfo.GetPeerPort() == update.GetMessageInfo().GetPeerPort()) in FindOutstandingUpdate()
[all …]
/openthread-2.7.6/.github/workflows/
Dbuild.yml51 sudo rm /etc/apt/sources.list.d/* && sudo apt-get update
104 sudo rm /etc/apt/sources.list.d/* && sudo apt-get update
118 sudo rm /etc/apt/sources.list.d/* && sudo apt-get update
131 …gcc_download_url: https://launchpad.net/gcc-arm-embedded/4.9/4.9-2015-q3-update/+download/gcc-arm-…
137 …er.arm.com/-/media/Files/downloads/gnu-rm/6-2017q2/gcc-arm-none-eabi-6-2017-q2-update-linux.tar.bz2
138 gcc_extract_dir: gcc-arm-none-eabi-6-2017-q2-update
140 …er.arm.com/-/media/Files/downloads/gnu-rm/7-2018q2/gcc-arm-none-eabi-7-2018-q2-update-linux.tar.bz2
141 gcc_extract_dir: gcc-arm-none-eabi-7-2018-q2-update
152 sudo rm /etc/apt/sources.list.d/* && sudo apt-get update
179 sudo rm /etc/apt/sources.list.d/* && sudo apt-get update
[all …]
/openthread-2.7.6/src/ncp/
Dchanged_props_set.hpp48 …* Defines a class to track a set of property/status changes that require update to host. The prope…
50 * to block certain filterable properties disallowing the unsolicited update from them.
93 * capable of sending unsolicited update, otherwise the input is ignored.
103 …* This method adds a `LAST_STATUS` update to the set. The update must be in list of supported entr…
105 * @param[in] aStatus The spinel status update to be added to set.
112 * all properties that can generate unsolicited update.
140 * requires an unsolicited update).
166 … OT_ERROR_INVALID_ARGS The given property is not valid (i.e., not capable of unsolicited update).
/openthread-2.7.6/src/core/utils/
Dslaac_address.cpp64 Update(kModeAdd); in Enable()
76 Update(kModeRemove); in Disable()
90 Update(kModeAdd | kModeRemove); in SetFilter()
128 Update(mode); in HandleNotifierEvents()
143 void Slaac::Update(UpdateMode aMode) in Update() function in ot::Utils::Slaac
289 sha256.Update(aAddress.mAddress.mFields.m8, BitVectorBytes(aAddress.mPrefixLength)); in GenerateIid()
293 sha256.Update(aNetworkId, aNetworkIdLength); in GenerateIid()
296 sha256.Update(netIface); in GenerateIid()
297 sha256.Update(dadCounter); in GenerateIid()
298 sha256.Update(secretKey); in GenerateIid()
/openthread-2.7.6/script/
Dbootstrap57 # apt-get update and install dependencies
58 sudo apt-get update
71 ….com/-/media/Files/downloads/gnu-rm/9-2020q2/gcc-arm-none-eabi-9-2020-q2-update-"$ARCH"-linux.tar.…
72 && sudo tar xjf gcc-arm-none-eabi-9-2020-q2-update-"$ARCH"-linux.tar.bz2 -C /opt \
73 && rm gcc-arm-none-eabi-9-2020-q2-update-"$ARCH"-linux.tar.bz2 \
74 && sudo ln -s -f /opt/gcc-arm-none-eabi-9-2020-q2-update/bin/* /usr/local/bin/.)
Dcheck-core-makefiles40 ./script/update-makefiles.py || die "Could not run ./script/update-makefiles.py"
45 die "Missing files in makefiles - run ./script/update-makefiles.py"
/openthread-2.7.6/src/core/crypto/
Dhkdf_sha256.cpp48 hmac.Update(aInputKey, aInputKeyLength); in Extract()
78 hmac.Update(hash); in Expand()
81 hmac.Update(aInfo, aInfoLength); in Expand()
84 hmac.Update(iter); in Expand()
Dhmac_sha256.hpp99 void Update(const void *aBuf, uint16_t aBufLength);
109 template <typename ObjectType> void Update(const ObjectType &aObject) in Update() function in ot::Crypto::HmacSha256
112 return Update(&aObject, sizeof(ObjectType)); in Update()
123 void Update(const Message &aMessage, uint16_t aOffset, uint16_t aLength);
Dsha256.hpp112 void Update(const void *aBuf, uint16_t aBufLength);
122 template <typename ObjectType> void Update(const ObjectType &aObject) in Update() function in ot::Crypto::Sha256
125 return Update(&aObject, sizeof(ObjectType)); in Update()
136 void Update(const Message &aMessage, uint16_t aOffset, uint16_t aLength);
Dsha256.cpp56 void Sha256::Update(const void *aBuf, uint16_t aBufLength) in Update() function in ot::Crypto::Sha256
61 void Sha256::Update(const Message &aMessage, uint16_t aOffset, uint16_t aLength) in Update() function in ot::Crypto::Sha256
69 Update(chunk.GetData(), chunk.GetLength()); in Update()
Dhmac_sha256.cpp59 void HmacSha256::Update(const void *aBuf, uint16_t aBufLength) in Update() function in ot::Crypto::HmacSha256
64 void HmacSha256::Update(const Message &aMessage, uint16_t aOffset, uint16_t aLength) in Update() function in ot::Crypto::HmacSha256
72 Update(chunk.GetData(), chunk.GetLength()); in Update()
/openthread-2.7.6/etc/docker/codelab_otsim/
DDockerfile8 RUN apt-get update -qq
13 && update-ca-certificates

1234567891011