Home
last modified time | relevance | path

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

/net-tools-latest/libcoap/include/coap/
Dcoap_io.h59 #define COAP_ENDPOINT_NOSEC 0x00 macro
/net-tools-latest/libcoap/src/
Dcoap_io_lwip.c71 LWIP_ASSERT("Flags not supported for LWIP endpoints", flags == COAP_ENDPOINT_NOSEC); in coap_new_endpoint()
Dnet.c382 c->endpoint = coap_new_endpoint(listen_addr, COAP_ENDPOINT_NOSEC); in coap_new_context()