Home
last modified time | relevance | path

Searched refs:coap_lwip_input_wait_handler_t (Results 1 – 8 of 8) sorted by relevance

/third_party/libcoap/man/
Dcoap_lwip.txt.in23 coap_lwip_input_wait_handler_t _handler_, void *_input_arg_);*
43 *Callback Type: coap_lwip_input_wait_handler_t*
58 typedef int (*coap_lwip_input_wait_handler_t)(void* arg, uint32_t milli_secs);
/third_party/libcoap/examples/lwip/
Dserver-coap.h16 void server_coap_init(coap_lwip_input_wait_handler_t input_wait, void *input_arg,
Dclient-coap.h17 void client_coap_init(coap_lwip_input_wait_handler_t input_wait, void *input_arg,
Dserver-coap.c119 server_coap_init(coap_lwip_input_wait_handler_t input_wait, in server_coap_init()
Dclient-coap.c102 client_coap_init(coap_lwip_input_wait_handler_t input_wait, void *input_arg, in client_coap_init()
/third_party/libcoap/include/coap3/
Dcoap_net.h792 typedef int (*coap_lwip_input_wait_handler_t)(void *arg, uint32_t milli_secs); typedef
804 coap_lwip_input_wait_handler_t handler,
Dcoap_net_internal.h88 coap_lwip_input_wait_handler_t input_wait; /** Input wait / timeout handler if set */
/third_party/libcoap/src/
Dcoap_io_lwip.c48 coap_lwip_input_wait_handler_t handler, in coap_lwip_set_input_wait_handler()