Searched refs:coap_lwip_set_input_wait_handler (Results 1 – 5 of 5) sorted by relevance
15 coap_lwip_set_input_wait_handler22 *void coap_lwip_set_input_wait_handler(coap_context_t *_context_,51 * @param arg The argument passed to the coap_lwip_set_input_wait_handler()64 *Function: coap_lwip_set_input_wait_handler()*66 The *coap_lwip_set_input_wait_handler*() function is used to define a callback
197 coap_lwip_set_input_wait_handler(main_coap_context, input_wait, input_arg); in server_coap_init()
175 coap_lwip_set_input_wait_handler(main_coap_context, input_wait, input_arg); in client_coap_init()
803 void coap_lwip_set_input_wait_handler(coap_context_t *context,
47 coap_lwip_set_input_wait_handler(coap_context_t *context, in coap_lwip_set_input_wait_handler() function