Home
last modified time | relevance | path

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

/net-tools-latest/libcoap/include/coap/
Dcoap_io.h62 coap_endpoint_t *coap_new_endpoint(const coap_address_t *addr, int flags);
/net-tools-latest/libcoap/
Dlibcoap-1.sym54 coap_new_endpoint
Dlibcoap-1.map56 coap_new_endpoint;
/net-tools-latest/libcoap/src/
Dcoap_io_lwip.c67 coap_endpoint_t *coap_new_endpoint(const coap_address_t *addr, int flags) { in coap_new_endpoint() function
Dcoap_io.c78 coap_new_endpoint(const coap_address_t *addr, int flags) { in coap_new_endpoint() function
120 coap_new_endpoint(const coap_address_t *addr, int flags) { in coap_new_endpoint() function
Dnet.c382 c->endpoint = coap_new_endpoint(listen_addr, COAP_ENDPOINT_NOSEC); in coap_new_context()