Lines Matching full:a

18  *  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
85 * @param[in] aContext A pointer to arbitrary context information.
93 * @param[in] aContext A pointer to arbitrary context information.
100 * @param[in] aInstance A pointer to an OpenThread instance.
111 * @param[in] aInstance A pointer to an OpenThread instance.
115 * @param[in] aContext A pointer to arbitrary context to use with @p aCallback.
129 * @param[in] aInstance A pointer to an OpenThread instance.
139 * @param[in] aInstance A pointer to an OpenThread instance.
140 * @param[in] aPsk A pointer to the PSK.
157 * @param[in] aInstance A pointer to an OpenThread instance.
158 * @param[out] aPeerCert A pointer to the base64 encoded certificate buffer.
177 * @param[in] aInstance A pointer to an OpenThread instance.
188 * @param[in] aInstance A pointer to an OpenThread instance.
189 * @param[in] aX509Cert A pointer to the PEM formatted X509 certificate.
191 * @param[in] aPrivateKey A pointer to the PEM formatted private key.
208 * @param[in] aInstance A pointer to an OpenThread instance.
209 * @param[in] aX509CaCertificateChain A pointer to the PEM formatted X509 CA chain.
217 * Initializes DTLS session with a peer.
219 * @param[in] aInstance A pointer to an OpenThread instance.
220 * @param[in] aSockAddr A pointer to the remote socket address.
221 …* @param[in] aHandler A pointer to a function that will be called when the DTLS co…
223 * @param[in] aContext A pointer to arbitrary context information.
235 * @param[in] aInstance A pointer to an OpenThread instance.
242 * @param[in] aInstance A pointer to an OpenThread instance.
252 * @param[in] aInstance A pointer to an OpenThread instance.
262 * @param[in] aInstance A pointer to an OpenThread instance.
270 * Sends a CoAP request block-wise over secure DTLS connection.
275 …* If a response for a request is expected, respective function and context information should be p…
279 * @param[in] aInstance A pointer to an OpenThread instance.
280 * @param[in] aMessage A reference to the message to send.
281 …* @param[in] aHandler A function pointer that shall be called on response reception or time-…
282 * @param[in] aContext A pointer to arbitrary context information.
283 * @param[in] aTransmitHook A function pointer that is called on Block1 response reception.
284 * @param[in] aReceiveHook A function pointer that is called on Block2 response reception.
298 * Sends a CoAP request over secure DTLS connection.
300 …* If a response for a request is expected, respective function and context information should be p…
304 * @param[in] aInstance A pointer to an OpenThread instance.
305 * @param[in] aMessage A reference to the message to send.
306 …* @param[in] aHandler A function pointer that shall be called on response reception or time-…
307 * @param[in] aContext A pointer to arbitrary context information.
319 * Adds a resource to the CoAP Secure server.
321 * @param[in] aInstance A pointer to an OpenThread instance.
322 * @param[in] aResource A pointer to the resource.
327 * Removes a resource from the CoAP Secure server.
329 * @param[in] aInstance A pointer to an OpenThread instance.
330 * @param[in] aResource A pointer to the resource.
335 * Adds a block-wise resource to the CoAP Secure server.
337 * @param[in] aInstance A pointer to an OpenThread instance.
338 * @param[in] aResource A pointer to the resource.
343 * Removes a block-wise resource from the CoAP Secure server.
345 * @param[in] aInstance A pointer to an OpenThread instance.
346 * @param[in] aResource A pointer to the resource.
353 * @param[in] aInstance A pointer to an OpenThread instance.
354 * @param[in] aHandler A function pointer that shall be called when an unhandled request arrives.
355 * @param[in] aContext A pointer to arbitrary context information. May be NULL if not used.
361 * a Client connection to the CoAP Secure server has changed.
363 * @param[in] aInstance A pointer to an OpenThread instance.
364 …* @param[in] aHandler A pointer to a function that will be called once DTLS connection has c…
365 * @param[in] aContext A pointer to arbitrary context information. May be NULL if not used.
372 * Sends a CoAP response block-wise from the CoAP Secure server.
377 * @param[in] aInstance A pointer to an OpenThread instance.
378 * @param[in] aMessage A pointer to the CoAP response to send.
379 * @param[in] aMessageInfo A pointer to the message info associated with @p aMessage.
380 * @param[in] aContext A pointer to arbitrary context information. May be NULL if not used.
381 * @param[in] aTransmitHook A function pointer that is called on Block1 request reception.
393 * Sends a CoAP response from the CoAP Secure server.
395 * @param[in] aInstance A pointer to an OpenThread instance.
396 * @param[in] aMessage A pointer to the CoAP response to send.
397 * @param[in] aMessageInfo A pointer to the message info associated with @p aMessage.