Home
last modified time | relevance | path

Searched refs:coap_subscription_t (Results 1 - 8 of 8) sorted by relevance

/third_party/libcoap/include/coap3/
H A Dcoap_subscribe_internal.h57 struct coap_subscription_t { struct
58 struct coap_subscription_t *next; /**< next element in linked list */
70 void coap_subscription_init(coap_subscription_t *);
105 coap_subscription_t *coap_add_observer(coap_resource_t *resource,
119 coap_subscription_t *coap_find_observer(coap_resource_t *resource,
H A Dcoap_subscribe.h85 coap_subscription_t *observe_key,
105 coap_subscription_t *observe_key,
208 coap_subscription_t *coap_persist_observe_add(coap_context_t *context,
H A Dcoap_forward_decls.h114 typedef struct coap_subscription_t coap_subscription_t; typedef
H A Dcoap_resource_internal.h74 coap_subscription_t *subscribers; /**< list of observers for this resource */
/third_party/libcoap/src/
H A Dcoap_resource.c468 coap_subscription_t *obs, *otmp;
690 coap_subscription_t *
693 coap_subscription_t *s;
707 static coap_subscription_t *
710 coap_subscription_t *s;
724 coap_subscription_t *
729 coap_subscription_t *s;
777 s = coap_malloc_type(COAP_SUBSCRIPTION, sizeof(coap_subscription_t));
921 coap_subscription_t *s;
934 coap_subscription_t *
[all...]
H A Dcoap_subscribe.c25 coap_subscription_init(coap_subscription_t *s) { in coap_subscription_init()
27 memset(s, 0, sizeof(coap_subscription_t)); in coap_subscription_init()
48 coap_subscription_t *
72 coap_subscription_t *s; in coap_persist_observe_add()
306 coap_op_observe_read(FILE *fp, coap_subscription_t **observe_key, in coap_op_observe_read()
371 coap_op_observe_write(FILE *fp, coap_subscription_t *observe_key, in coap_op_observe_write()
414 coap_subscription_t *observe_key = NULL; in coap_op_observe_load_disk()
489 coap_subscription_t *a_observe_key, in coap_op_observe_added()
497 coap_subscription_t *observe_key = NULL; in coap_op_observe_added()
572 coap_subscription_t *d_observe_ke in coap_op_observe_deleted()
[all...]
H A Dcoap_net.c3113 coap_subscription_t *subscription; in handle_request()
3743 coap_subscription_t *obs, *tmp; in coap_dispatch()
/third_party/libcoap/examples/lwip/config/
H A Dlwippools.h147 LWIP_MEMPOOL(COAP_SUBSCRIPTION, MEMP_NUM_COAP_SUBSCRIPTION, sizeof(coap_subscription_t),

Completed in 10 milliseconds