Searched refs:coap_lwip_input_wait_handler_t (Results 1 – 8 of 8) sorted by relevance
/third_party/libcoap/man/ |
D | coap_lwip.txt.in | 23 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/ |
D | server-coap.h | 16 void server_coap_init(coap_lwip_input_wait_handler_t input_wait, void *input_arg,
|
D | client-coap.h | 17 void client_coap_init(coap_lwip_input_wait_handler_t input_wait, void *input_arg,
|
D | server-coap.c | 119 server_coap_init(coap_lwip_input_wait_handler_t input_wait, in server_coap_init()
|
D | client-coap.c | 102 client_coap_init(coap_lwip_input_wait_handler_t input_wait, void *input_arg, in client_coap_init()
|
/third_party/libcoap/include/coap3/ |
D | coap_net.h | 792 typedef int (*coap_lwip_input_wait_handler_t)(void *arg, uint32_t milli_secs); typedef 804 coap_lwip_input_wait_handler_t handler,
|
D | coap_net_internal.h | 88 coap_lwip_input_wait_handler_t input_wait; /** Input wait / timeout handler if set */
|
/third_party/libcoap/src/ |
D | coap_io_lwip.c | 48 coap_lwip_input_wait_handler_t handler, in coap_lwip_set_input_wait_handler()
|