Lines Matching full:param

65  * @param session The CoAP session.
75 * @param session The CoAP session.
83 * @param session The CoAP session.
84 * @param reason The reason why the session was disconnected.
93 * @param session The CoAP session.
94 * @param data The pointer to the data to store.
103 * @param session The CoAP session.
116 * @param session The CoAP session.
129 * @param session The CoAP session.
140 * @param session The CoAP session.
150 * @param session The CoAP session.
159 * @param session The CoAP session.
168 * @param session The CoAP session.
177 * @param session The CoAP session.
191 * @param session The CoAP session.
192 * @param tls_lib Updated with the library type.
202 * @param session The CoAP session.
215 * @param session The CoAP session.
225 * @param session The CoAP session.
226 * @param mtu maximum message size
233 * @param session The CoAP session.
240 * @param ctx The CoAP context.
241 * @param local_if Address of local interface. It is recommended to use NULL to let the operating system choose a suitable local interface. If an address is specified, the port number should be zero, which means that a free port is automatically selected.
242 * @param server The server's address. If the port number is zero, the default port for the protocol will be used.
243 * @param proto Protocol.
259 * @param ctx The CoAP context.
260 * @param local_if Address of local interface. It is recommended to use NULL to let the operating system choose a suitable local interface. If an address is specified, the port number should be zero, which means that a free port is automatically selected.
261 * @param server The server's address. If the port number is zero, the default port for the protocol will be used.
262 * @param proto Protocol.
263 * @param identity PSK client identity
264 * @param key PSK shared key
265 * @param key_len PSK shared key length
281 * @param ctx The CoAP context.
282 * @param local_if Address of local interface. It is recommended to use NULL to
286 * @param server The server's address. If the port number is zero, the default
288 * @param proto CoAP Protocol.
289 * @param setup_data PSK parameters.
305 * @param session The current coap_session_t object.
315 * @param session The current coap_session_t object.
324 * @param session The current coap_session_t object.
333 * @param ctx The CoAP context.
334 * @param local_if Address of local interface. It is recommended to use NULL to
338 * @param server The server's address. If the port number is zero, the default
340 * @param proto CoAP Protocol.
341 * @param setup_data PKI parameters.
357 * @param session The current coap_session_t object.
358 * @param length The length of the token (0 - 8 bytes).
359 * @param token The token data.
368 * @param session The current coap_session_t object.
369 * @param length Updated with the length of the new token.
370 * @param token Updated with the new token data (must be 8 bytes long).
380 * @param session The CoAP session.
388 * @param context The coap context that will own the new endpoint,
389 * @param listen_addr Address the endpoint will listen for incoming requests
393 * @param proto Protocol used on this endpoint,
404 * @param endpoint The CoAP endpoint.
405 * @param mtu maximum message size
412 * @param endpoint The endpoint to release.
419 * @param context The context to search.
420 * @param remote_addr The remote (peer) address to search for.
421 * @param ifindex The Interface index that is used to access remote_addr.
435 * @param endpoint The CoAP endpoint.
551 * @param session The CoAP session.
552 * @param value The value to set to. The default is 2.0 and should not normally
565 * @param session The CoAP session.
578 * @param session The CoAP session.
579 * @param value The value to set to. The default is 1.5 and should not normally
592 * @param session The CoAP session.
605 * @param session The CoAP session.
606 * @param value The value to set to. The default is 4 and should not normally
618 * @param session The CoAP session.
628 * @param session The CoAP session.
629 * @param value The value to set to. The default is 1 and should not normally
639 * @param session The CoAP session.
649 * @param session The CoAP session.
650 * @param value The value to set to. The default is 5.0 and should not normally
660 * @param session The CoAP session.
671 * @param session The CoAP session.
672 * @param value The value to set to. The default is 1 and should not normally
681 * @param session The CoAP session.
692 * @param session The CoAP session.
693 * @param value The value to set to. The default is 10 and should not normally
704 * @param session The CoAP session.
715 * @param session The CoAP session.
716 * @param value The value to set to. The default is 4 and should not normally
727 * @param session The CoAP session.
740 * @param session The CoAP session.
741 * @param value The value to set to. The default is 2.0 and should not normally
754 * @param session The CoAP session.
766 * @param session The CoAP session.
767 * @param value The value to set to. The default is 4.0 and should not normally
779 * @param session The CoAP session.
789 * @param session The CoAP session.
798 * @param session The CoAP session.