Home
last modified time | relevance | path

Searched refs:coap_add_resource (Results 1 – 14 of 14) sorted by relevance

/third_party/libcoap/tests/
Dtest_wellknown.c49 coap_add_resource(ctx, r); in t_wellknown1()
96 coap_add_resource(ctx, r); in t_wellknown2()
150 coap_add_resource(ctx, r); in t_wellknown3()
283 coap_add_resource(ctx, r); in t_wkc_tests_create()
290 coap_add_resource(ctx, r); in t_wkc_tests_create()
297 coap_add_resource(ctx, r); in t_wkc_tests_create()
/third_party/libcoap/examples/lwip/
Dserver-coap.c77 coap_add_resource(ctx, r); in init_coap_resources()
98 coap_add_resource(ctx, r); in init_coap_resources()
105 coap_add_resource(ctx, r); in init_coap_resources()
/third_party/libcoap/examples/contiki/
Dserver.c146 coap_add_resource(ctx, r); in init_coap_resources()
167 coap_add_resource(ctx, r); in init_coap_resources()
174 coap_add_resource(ctx, r); in init_coap_resources()
/third_party/libcoap/examples/
Detsi_iot_01.c207 coap_add_resource(coap_session_get_context(session), r); in hnd_post_test()
459 coap_add_resource(ctx, r); in init_resources()
475 coap_add_resource(ctx, r); in init_resources()
495 coap_add_resource(ctx, r); in init_resources()
505 coap_add_resource(ctx, r); in init_resources()
513 coap_add_resource(ctx, r); in init_resources()
Dcoap-server.c1570 coap_add_resource(coap_session_get_context(session), r); in hnd_unknown_put()
1748 coap_add_resource(ctx, r); in init_resources()
1765 coap_add_resource(ctx, r); in init_resources()
1771 coap_add_resource(ctx, r); in init_resources()
1779 coap_add_resource(ctx, r); in init_resources()
1789 coap_add_resource(ctx, r); in init_resources()
1795 coap_add_resource(ctx, r); in init_resources()
Dcoap-rd.c525 coap_add_resource(coap_session_get_context(session), r); in hnd_post_rd()
562 coap_add_resource(ctx, r); in init_resources()
/third_party/libcoap/man/
Dcoap_resource.txt.in17 coap_add_resource,
39 *void coap_add_resource(coap_context_t *_context_,
134 The *coap_add_resource*() function registers the given _resource_ with the
140 associated with a _context_, *coap_add_resource*() (or
282 coap_add_resource(ctx, r);
301 coap_add_resource(ctx, r);
447 coap_add_resource(coap_session_get_context(session), r);
471 coap_add_resource(ctx, r);
Dcoap_attribute.txt.in111 coap_add_resource(ctx, r);
130 coap_add_resource(ctx, r);
Dcoap_observe.txt.in235 coap_add_resource(ctx, r);
Dcoap_block.txt.in400 coap_add_resource(context, r);
/third_party/libcoap/include/coap3/
Dresource.h233 void coap_add_resource(coap_context_t *context, coap_resource_t *resource);
/third_party/libcoap/
Dlibcoap-3.sym10 coap_add_resource
Dlibcoap-3.map12 coap_add_resource;
/third_party/libcoap/src/
Dresource.c536 coap_add_resource(coap_context_t *context, coap_resource_t *resource) { function