Lines Matching full:param
54 * @param session CoAP session.
55 * @param sent The PDU that was transmitted.
56 * @param received The PDU that was received.
57 * @param mid CoAP transaction ID.
70 * @param session CoAP session.
71 * @param sent The PDU that was transmitted.
72 * @param reason The reason for the NACK.
73 * @param mid CoAP message ID.
83 * @param session CoAP session.
84 * @param received The PDU that was received.
85 * @param mid CoAP message ID.
94 * @param session CoAP session.
95 * @param received The PDU that was received.
96 * @param mid CoAP message ID.
106 * @param context The context to register the handler for.
107 * @param handler The response handler to register.
118 * @param context The context to register the handler for.
119 * @param handler The nack handler to register.
128 * @param context The context to register the handler for.
129 * @param handler The ping handler to register.
138 * @param context The context to register the handler for.
139 * @param handler The pong handler to register.
147 * @param ctx The context to use.
148 * @param type The option type to register.
162 * @param context The current coap_context_t object.
163 * @param hint The default PSK server hint sent to a client. If NULL, PSK
165 * @param key The default PSK key. If NULL, PSK authentication will fail.
166 * @param key_len The default PSK key's length. If @p 0, PSK authentication will
177 * @param context The current coap_context_t object.
178 * @param setup_data If NULL, PSK authentication will fail. PSK
189 * @param context The current coap_context_t object.
190 * @param setup_data If NULL, PKI authentication will fail. Certificate
201 * @param context The current coap_context_t object.
202 * @param ca_file If not NULL, is the full path name of a PEM encoded
204 * @param ca_dir If not NULL, points to a directory containing PEM
225 * @param context The coap_context_t object.
226 * @param seconds Number of seconds for the inactivity timer, or zero
234 * @param context The coap_context_t object.
235 * @param max_token_size The maximum token size. A value between 8 and 65804
245 * @param context The coap_context_t object.
254 * @param context The coap_context_t object.
266 * @param context The coap_context_t object.
267 * @param max_idle_sessions The maximum idle session count.
275 * @param context The coap_context_t object.
286 * @param context The coap_context_t object.
287 * @param session_timeout The session timeout value.
295 * @param context The coap_context_t object.
306 * @param context The coap_context_t object.
307 * @param csm_tmeout The CSM timeout value.
315 * @param context The coap_context_t object.
324 * @param context The coap_context_t object.
325 * @param csm_max_message_size The CSM max message size value.
333 * @param context The coap_context_t object.
345 * @param context The coap_context_t object.
346 * @param max_handshake_sessions The maximum number of sessions in handshake.
354 * @param context The coap_context_t object.
365 * @param session The current coap_session_t object.
377 * @param context The current coap_context_t object to free off.
386 * @param context The CoAP context.
387 * @param data The data to store with wih the context. Note that this data
397 * @param context The CoAP context.
413 * @param request Specification of the received (confirmable) request.
414 * @param code The error code to set.
415 * @param opts An option filter that specifies which options to copy from
430 * @param session The CoAP session.
431 * @param request The original request to respond to.
432 * @param code The response code.
433 * @param opts A filter that specifies the options to copy from the
449 * @param session The CoAP session.
450 * @param request The request that should be responded to.
451 * @param type Which type to set.
463 * @param session The CoAP session.
464 * @param request The request to be acknowledged.
476 * @param session The CoAP session.
477 * @param request The request to be reset.
492 * @param session The CoAP session.
493 * @param pdu The CoAP PDU to send.
506 * @param context The CoAP context whose event handler is to be called.
507 * @param event The event to deliver.
508 * @param session The session related to @p event.
519 * @param context The CoAP context to check.
537 * @param ctx The current context.
538 * @param groupname The name of the group that is to be joined for listening.
539 * @param ifname Network interface to join the group on, or NULL if first
554 * @param session The current session.
555 * @param hops The number of hops (ttl) to use before the multicast
567 * @param context The current context.
597 * @param ctx The CoAP context
598 * @param timeout_ms Minimum number of milliseconds to wait for new packets
616 * @param ctx The CoAP context
617 * @param timeout_ms Minimum number of milliseconds to wait for new packets
626 * @param nfds The maximum FD set in readfds, writefds or exceptfds
628 * @param readfds Read FDs to additionally check for in internal select()
630 * @param writefds Write FDs to additionally check for in internal select()
632 * @param exceptfds Except FDs to additionally check for in internal select()
652 * @param context The CoAP context.
689 * @param ctx The CoAP context
690 * @param sockets Array of socket descriptors, filled on output
691 * @param max_sockets Size of socket array.
692 * @param num_sockets Pointer to the number of valid entries in the socket
694 * @param now Current time.
717 * @param ctx The CoAP context
718 * @param now Current time
734 * @param ctx The CoAP context
735 * @param now Current time.
753 * @param ctx The current CoAP context.
754 * @param events The list of events returned from an epoll_wait() call.
755 * @param nevents The number of events.
776 * @param log_level The logging level to use.
785 * @param arg The argument passed to the coap_lwip_set_input_wait_handler()
787 * @param milli_secs Suggested number of milli secs to wait before returning
798 * @param context The coap context to associate this handler with.
799 * @param handler The handler to call while waiting for input.
800 * @param input_arg The argument to pass into handler().
814 * @param ctx The CoAP context
815 * @param timeout_ms Minimum number of milliseconds to wait for new packets
840 * @param ctx The CoAP context
841 * @param sockets Array of socket descriptors, filled on output
842 * @param max_sockets Size of socket array.
843 * @param num_sockets Pointer to the number of valid entries in the socket
845 * @param now Current time.
868 * @param ctx The CoAP context
869 * @param now Current time