Home
last modified time | relevance | path

Searched full:prepare (Results 1 – 25 of 68) sorted by relevance

123

/openthread-2.7.6/.github/workflows/
Ddocker.yml56 - name: Prepare
57 id: prepare
80 … docker buildx build --output "type=image,push=false" ${{ steps.prepare.outputs.buildx_args }}
92 docker buildx build --output "type=image,push=true" ${{ steps.prepare.outputs.buildx_args }}
97 …docker buildx imagetools inspect ${{ steps.prepare.outputs.docker_image }}:${{ steps.prepare.outpu…
/openthread-2.7.6/src/lib/spinel/
Dspinel_encoder.hpp143 …* Before using this method `BeginFrame()` must be called to start and prepare a new frame. Otherwi…
162 …* Before using this method `BeginFrame()` must be called to start and prepare a new input frame. O…
180 …* Before using this method `BeginFrame()` must be called to start and prepare a new input frame. O…
198 …* Before using this method `BeginFrame()` must be called to start and prepare a new input frame. O…
216 …* Before using this method `BeginFrame()` must be called to start and prepare a new input frame. O…
234 …* Before using this method `BeginFrame()` must be called to start and prepare a new input frame. O…
252 …* Before using this method `BeginFrame()` must be called to start and prepare a new input frame. O…
270 …* Before using this method `BeginFrame()` must be called to start and prepare a new input frame. O…
288 …* Before using this method `BeginFrame()` must be called to start and prepare a new input frame. O…
306 …* Before using this method `BeginFrame()` must be called to start and prepare a new input frame. O…
[all …]
Dspinel_buffer.cpp562 // Start/Prepare a new segment for reading.
603 // No data in this segment, prepare any appended/associated message of this segment. in OutFramePrepareSegment()
609 …// If there is no message (`PrepareMessage()` returned an error), loop back to prepare the next se… in OutFramePrepareSegment()
700 // Prepare the current segment for reading. in OutFrameBegin()
738 // Prepare any message associated with this segment. in OutFrameReadByte()
Dspinel_buffer.hpp170 …* Before using this method `InFrameBegin()` must be called to start and prepare a new input frame.…
188 …* Before using this method `InFrameBegin()` must be called to start and prepare a new input frame.…
208 …* Before using this method `InFrameBegin()` must be called to start and prepare a new input frame.…
305 …* Before using this method `InFrameBegin()` must be called to start and prepare a new input frame.…
342 * this method should be called to prepare the frame and set the read offset.
/openthread-2.7.6/src/ncp/
Dncp_spi.cpp187 // Determine the input and output frames to prepare a new transaction. in SpiTransactionComplete()
291 // Prepare new transaction by using `mSendFrame` as the output in PrepareNextSpiSendFrame()
330 // to next case to prepare the next frame (if any). in PrepareTxFrame()
369 // and prepare the next transaction. in HandleRxFrame()
Dexample_vendor_hook.cpp101 // perform the corresponding set operation. The handler should not prepare the in VendorSetPropertyHandler()
106 // `VendorGetPropertyHandler()` for the same property key to prepare the response. in VendorSetPropertyHandler()
Dncp_base.hpp445 // handler for the property is used to prepare a `VALUE_IS` Spinel response (in
548 …* handler should not prepare the spinel response and therefore should not write anything to the NC…
551 * the `VendorGetPropertyHandler()` for the same property key to prepare the response.
Dncp_base.cpp1040 // prepare the response. in HandleCommandPropertySet()
1108 // If the full response cannot be written now, instead prepare in HandleCommandPropertyInsertRemove()
1162 // through to prepare a `LAST_STATUS` response. in WritePropertyValueIsFrame()
1358 // Prepare the response in HandlePropertySet_SPINEL_PROP_NEST_STREAM_MFG()
2091 // buffer to prepare the response, the current spinel header is saved to
2092 // prepare and send the response as soon as buffer space becomes available.
/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/
Dtest_suite_cipher.function723 * Prepare contexts
1084 /* Prepare context */
1198 * Prepare context for decryption
1205 * prepare buffer for decryption
1269 /* prepare context for encryption */
1332 * Prepare context for decryption
1339 * Prepare pointers for decryption
1394 /* prepare context for encryption */
1399 /* prepare buffers for encryption */
1472 /* Prepare context */
[all …]
Dtest_suite_ecdsa.function222 /* prepare material for signature */
363 /* prepare material for signature */
/openthread-2.7.6/
D.lgtm.yml31 prepare:
/openthread-2.7.6/src/core/mac/
Ddata_poll_handler.hpp171 * @param[in] aChild The child for which to prepare the frame.
226 …repared. A subsequent call to `Callbacks::PrepareFrameForChild()` should ensure to prepare the same
/openthread-2.7.6/third_party/mbedtls/repo/library/
Dssl_invasive.h46 * the computation is complete to prepare for the
/openthread-2.7.6/third_party/mbedtls/repo/include/mbedtls/
Dssl_ticket.h89 * \brief Prepare context to be actually used
Dnist_kw.h77 * to make references valid and prepare the context
/openthread-2.7.6/src/core/thread/
Ddiscover_scanner.cpp113 // Prepare sub-TLV MeshCoP Discovery Request. in Discover()
120 // Prepare sub-TLV MeshCoP Joiner Advertisement. in Discover()
Dcsl_tx_scheduler.hpp140 * @param[in] aChild The child for which to prepare the frame.
/openthread-2.7.6/include/openthread/platform/
Dlogging.h161 * (in this case, the OT core itself will prepare a full log line).
Dspi-slave.h126 …* Prepare data for the next SPI transaction. Data pointers MUST remain valid until the transaction…
/openthread-2.7.6/include/openthread/
Ddns_client.h201 * @retval OT_ERROR_NO_BUFS Insufficient buffer to prepare and send query.
313 * @retval OT_ERROR_NO_BUFS Insufficient buffer to prepare and send query.
466 * @retval OT_ERROR_NO_BUFS Insufficient buffer to prepare and send query.
/openthread-2.7.6/third_party/nlbuild-autotools/repo/
DLICENSE70 copyright license to reproduce, prepare Derivative Works of,
/openthread-2.7.6/third_party/mbedtls/repo/
DLICENSE70 copyright license to reproduce, prepare Derivative Works of,
/openthread-2.7.6/tests/toranj/
Dtest-027-child-mode-change.py122 # Prepare a set of IP message tx to both children
/openthread-2.7.6/src/core/net/
Ddns_client.hpp626 * @retval kErrorNoBufs Insufficient buffer to prepare and send query.
649 * @retval kErrorNoBufs Insufficient buffer to prepare and send query.
/openthread-2.7.6/third_party/mbedtls/repo/programs/ssl/
Dssl_fork_server.c179 * 1b. Prepare SSL configuration in main()

123