Home
last modified time | relevance | path

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

/third_party/libcoap/man/
Dcoap_endpoint_server.txt.in17 coap_new_endpoint,
37 *coap_endpoint_t *coap_new_endpoint(coap_context_t *_context_,
92 coap_new_endpoint()
132 *Function: coap_new_endpoint()*
134 The *coap_new_endpoint*() function creates a new endpoint for _context_ that
207 *coap_new_endpoint*() returns a newly created endpoint or
238 endpoint = coap_new_endpoint(context, &listen_addr, COAP_PROTO_UDP);
282 endpoint = coap_new_endpoint(context, &listen_addr, COAP_PROTO_UDP);
427 endpoint = coap_new_endpoint(context, &listen_addr, COAP_PROTO_DTLS);
555 endpoint = coap_new_endpoint(context, &listen_addr, COAP_PROTO_DTLS);
Dcoap_persist.txt.in341 ep = coap_new_endpoint(ctx, &addr, COAP_PROTO_UDP);
Dcoap_observe.txt.in297 ep = coap_new_endpoint(ctx, &addr, COAP_PROTO_UDP);
Dcoap_encryption.txt.in90 coap_new_endpoint()
998 endpoint = coap_new_endpoint(context, &listen_addr, COAP_PROTO_DTLS);
1130 endpoint = coap_new_endpoint(context, &listen_addr, COAP_PROTO_DTLS);
Dcoap_endpoint_client.txt.in52 *coap_new_endpoint*(3) for a client as well as one of the
/third_party/libcoap/
Dlibcoap-3.map140 coap_new_endpoint;
Dlibcoap-3.sym137 coap_new_endpoint
/third_party/libcoap/include/coap3/
Dcoap_session.h397 coap_endpoint_t *coap_new_endpoint(coap_context_t *context, const coap_address_t *listen_addr,
/third_party/libcoap/examples/lwip/
Dserver-coap.c181 ep = coap_new_endpoint(main_coap_context, &info->addr, info->proto); in server_coap_init()
/third_party/libcoap/examples/riot/examples_libcoap_server/
Dserver-coap.c177 ep = coap_new_endpoint(main_coap_context, &info->addr, info->proto); in init_coap_context_endpoints()
/third_party/libcoap/examples/
Doscore-interop-server.c467 ep_udp = coap_new_endpoint(ctx, &addr, COAP_PROTO_UDP); in get_context()
474 ep_tcp = coap_new_endpoint(ctx, &addr, COAP_PROTO_TCP); in get_context()
Dcoap-rd.c725 ep = coap_new_endpoint(ctx, &info->addr, info->proto); in get_context()
Dcoap-server.c2336 ep = coap_new_endpoint(ctx, &info->addr, info->proto); in get_context()
/third_party/libcoap/src/
Dcoap_session.c1844 coap_new_endpoint(coap_context_t *context, const coap_address_t *listen_addr, coap_proto_t proto) { in coap_new_endpoint() function
Dcoap_net.c542 coap_endpoint_t *endpoint = coap_new_endpoint(c, listen_addr, COAP_PROTO_UDP); in coap_new_context()