Searched refs:coap_new_endpoint (Results 1 – 11 of 11) sorted by relevance
/third_party/libcoap/man/ |
D | coap_endpoint_server.txt.in | 17 coap_new_endpoint, 36 *coap_endpoint_t *coap_new_endpoint(coap_context_t *_context_, 87 coap_new_endpoint() 117 The *coap_new_endpoint*() function creates a new endpoint for _context_ that 163 *coap_new_endpoint*() function returns a newly created endpoint or 193 endpoint = coap_new_endpoint(context, &listen_addr, COAP_PROTO_UDP); 337 endpoint = coap_new_endpoint(context, &listen_addr, COAP_PROTO_DTLS); 464 endpoint = coap_new_endpoint(context, &listen_addr, COAP_PROTO_DTLS);
|
D | coap_observe.txt.in | 265 ep = coap_new_endpoint(ctx, &addr, COAP_PROTO_UDP);
|
D | coap_encryption.txt.in | 88 coap_new_endpoint() 996 endpoint = coap_new_endpoint(context, &listen_addr, COAP_PROTO_DTLS); 1128 endpoint = coap_new_endpoint(context, &listen_addr, COAP_PROTO_DTLS);
|
/third_party/libcoap/examples/ |
D | coap-rd.c | 742 ep_udp = coap_new_endpoint(ctx, &addr, COAP_PROTO_UDP); in get_context() 745 ep_dtls = coap_new_endpoint(ctx, &addrs, COAP_PROTO_DTLS); in get_context() 753 ep_tcp = coap_new_endpoint(ctx, &addr, COAP_PROTO_TCP); in get_context() 756 ep_tls = coap_new_endpoint(ctx, &addrs, COAP_PROTO_TLS); in get_context()
|
D | coap-server.c | 2311 ep_udp = coap_new_endpoint(ctx, &addr, COAP_PROTO_UDP); in get_context() 2314 ep_dtls = coap_new_endpoint(ctx, &addrs, COAP_PROTO_DTLS); in get_context() 2324 ep_tcp = coap_new_endpoint(ctx, &addr, COAP_PROTO_TCP); in get_context() 2328 ep_tls = coap_new_endpoint(ctx, &addrs, COAP_PROTO_TLS); in get_context()
|
/third_party/libcoap/ |
D | libcoap-3.sym | 113 coap_new_endpoint
|
D | libcoap-3.map | 115 coap_new_endpoint;
|
/third_party/libcoap/include/coap3/ |
D | coap_session.h | 361 coap_endpoint_t *coap_new_endpoint(coap_context_t *context, const coap_address_t *listen_addr, coap…
|
/third_party/libcoap/src/ |
D | coap_io_lwip.c | 118 coap_new_endpoint(coap_context_t *context, const coap_address_t *addr, coap_proto_t proto) { in coap_new_endpoint() function
|
D | coap_session.c | 1300 coap_new_endpoint(coap_context_t *context, const coap_address_t *listen_addr, coap_proto_t proto) { in coap_new_endpoint() function
|
D | net.c | 586 coap_endpoint_t *endpoint = coap_new_endpoint(c, listen_addr, COAP_PROTO_UDP); in coap_new_context()
|