Searched refs:coap_new_endpoint (Results 1 – 6 of 6) sorted by relevance
62 coap_endpoint_t *coap_new_endpoint(const coap_address_t *addr, int flags);
54 coap_new_endpoint
56 coap_new_endpoint;
67 coap_endpoint_t *coap_new_endpoint(const coap_address_t *addr, int flags) { in coap_new_endpoint() function
78 coap_new_endpoint(const coap_address_t *addr, int flags) { in coap_new_endpoint() function120 coap_new_endpoint(const coap_address_t *addr, int flags) { in coap_new_endpoint() function
382 c->endpoint = coap_new_endpoint(listen_addr, COAP_ENDPOINT_NOSEC); in coap_new_context()