Searched refs:coap_add_resource (Results 1 – 9 of 9) sorted by relevance
/net-tools-latest/libcoap/tests/ |
D | test_wellknown.c | 45 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/ |
D | server.c | 152 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/ |
D | etsi_iot_01.c | 286 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()
|
D | coap-server.c | 297 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()
|
D | coap-rd.c | 515 coap_add_resource(ctx, r); in hnd_post_rd() 551 coap_add_resource(ctx, r); in init_resources()
|
/net-tools-latest/libcoap/ |
D | libcoap-1.sym | 7 coap_add_resource
|
D | libcoap-1.map | 9 coap_add_resource;
|
/net-tools-latest/libcoap/include/coap/ |
D | resource.h | 131 void coap_add_resource(coap_context_t *context, coap_resource_t *resource);
|
/net-tools-latest/libcoap/src/ |
D | resource.c | 399 coap_add_resource(coap_context_t *context, coap_resource_t *resource) { function
|