Home
last modified time | relevance | path

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

/net-tools-3.5.0/libcoap/examples/lwip/
Dserver-coap.c3 coap_context_t *main_coap_context; variable
15 main_coap_context = coap_new_context(&listenaddress); in server_coap_init()
17 LWIP_ASSERT("Failed to initialize context", main_coap_context != NULL); in server_coap_init()
22 coap_check_notify(main_coap_context); in server_coap_poll()