Home
last modified time | relevance | path

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

/net-tools-latest/libcoap/tests/
Dtest_wellknown.c45 coap_add_resource(ctx, r); in t_wellknown1()
92 coap_add_resource(ctx, r); in t_wellknown2()
145 coap_add_resource(ctx, r); in t_wellknown3()
274 coap_add_resource(ctx, r); in t_wkc_tests_create()
281 coap_add_resource(ctx, r); in t_wkc_tests_create()
288 coap_add_resource(ctx, r); in t_wkc_tests_create()
/net-tools-latest/libcoap/examples/contiki/
Dserver.c152 coap_add_resource(ctx, r); in init_coap_resources()
173 coap_add_resource(ctx, r); in init_coap_resources()
180 coap_add_resource(ctx, r); in init_coap_resources()
/net-tools-latest/libcoap/examples/
Detsi_iot_01.c286 coap_add_resource(ctx, r); in hnd_post_test()
557 coap_add_resource(ctx, r); in init_resources()
572 coap_add_resource(ctx, r); in init_resources()
592 coap_add_resource(ctx, r); in init_resources()
602 coap_add_resource(ctx, r); in init_resources()
610 coap_add_resource(ctx, r); in init_resources()
Dcoap-server.c297 coap_add_resource(ctx, r); in init_resources()
313 coap_add_resource(ctx, r); in init_resources()
321 coap_add_resource(ctx, r); in init_resources()
Dcoap-rd.c515 coap_add_resource(ctx, r); in hnd_post_rd()
551 coap_add_resource(ctx, r); in init_resources()
/net-tools-latest/libcoap/
Dlibcoap-1.sym7 coap_add_resource
Dlibcoap-1.map9 coap_add_resource;
/net-tools-latest/libcoap/include/coap/
Dresource.h131 void coap_add_resource(coap_context_t *context, coap_resource_t *resource);
/net-tools-latest/libcoap/src/
Dresource.c399 coap_add_resource(coap_context_t *context, coap_resource_t *resource) { function