Searched refs:coap_new_endpoint (Results 1 – 15 of 15) sorted by relevance
/third_party/libcoap/man/ |
D | coap_endpoint_server.txt.in | 17 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);
|
D | coap_persist.txt.in | 341 ep = coap_new_endpoint(ctx, &addr, COAP_PROTO_UDP);
|
D | coap_observe.txt.in | 297 ep = coap_new_endpoint(ctx, &addr, COAP_PROTO_UDP);
|
D | coap_encryption.txt.in | 90 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);
|
D | coap_endpoint_client.txt.in | 52 *coap_new_endpoint*(3) for a client as well as one of the
|
/third_party/libcoap/ |
D | libcoap-3.map | 140 coap_new_endpoint;
|
D | libcoap-3.sym | 137 coap_new_endpoint
|
/third_party/libcoap/include/coap3/ |
D | coap_session.h | 397 coap_endpoint_t *coap_new_endpoint(coap_context_t *context, const coap_address_t *listen_addr,
|
/third_party/libcoap/examples/lwip/ |
D | server-coap.c | 181 ep = coap_new_endpoint(main_coap_context, &info->addr, info->proto); in server_coap_init()
|
/third_party/libcoap/examples/riot/examples_libcoap_server/ |
D | server-coap.c | 177 ep = coap_new_endpoint(main_coap_context, &info->addr, info->proto); in init_coap_context_endpoints()
|
/third_party/libcoap/examples/ |
D | oscore-interop-server.c | 467 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()
|
D | coap-rd.c | 725 ep = coap_new_endpoint(ctx, &info->addr, info->proto); in get_context()
|
D | coap-server.c | 2336 ep = coap_new_endpoint(ctx, &info->addr, info->proto); in get_context()
|
/third_party/libcoap/src/ |
D | coap_session.c | 1844 coap_new_endpoint(coap_context_t *context, const coap_address_t *listen_addr, coap_proto_t proto) { in coap_new_endpoint() function
|
D | coap_net.c | 542 coap_endpoint_t *endpoint = coap_new_endpoint(c, listen_addr, COAP_PROTO_UDP); in coap_new_context()
|