Home
last modified time | relevance | path

Searched refs:coap_lwip_set_input_wait_handler (Results 1 – 5 of 5) sorted by relevance

/third_party/libcoap/man/
Dcoap_lwip.txt.in15 coap_lwip_set_input_wait_handler
22 *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
/third_party/libcoap/examples/lwip/
Dserver-coap.c197 coap_lwip_set_input_wait_handler(main_coap_context, input_wait, input_arg); in server_coap_init()
Dclient-coap.c175 coap_lwip_set_input_wait_handler(main_coap_context, input_wait, input_arg); in client_coap_init()
/third_party/libcoap/include/coap3/
Dcoap_net.h803 void coap_lwip_set_input_wait_handler(coap_context_t *context,
/third_party/libcoap/src/
Dcoap_io_lwip.c47 coap_lwip_set_input_wait_handler(coap_context_t *context, in coap_lwip_set_input_wait_handler() function