Home
last modified time | relevance | path

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

/third_party/libcoap/examples/lwip/
Dserver-coap.c128 int have_ep = 0; in server_coap_init() local
186 have_ep = 1; in server_coap_init()
190 LWIP_ASSERT("Failed to initialize context", have_ep != 0); in server_coap_init()
/third_party/libcoap/examples/riot/examples_libcoap_server/
Dserver-coap.c134 int have_ep = 0; in init_coap_context_endpoints() local
182 have_ep = 1; in init_coap_context_endpoints()
186 if (!have_ep) { in init_coap_context_endpoints()
/third_party/libcoap/examples/
Dcoap-rd.c692 int have_ep = 0; in get_context() local
730 have_ep = 1; in get_context()
734 if (!have_ep) { in get_context()
Dcoap-server.c2303 int have_ep = 0; in get_context() local
2341 have_ep = 1; in get_context()
2345 if (!have_ep) { in get_context()