Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_subscribe_internal.h47 struct coap_subscription_t { struct
48 struct coap_subscription_t *next; /**< next element in linked list */ argument
60 void coap_subscription_init(coap_subscription_t *); argument
96 coap_subscription_t *coap_add_observer(coap_resource_t *resource,
110 coap_subscription_t *coap_find_observer(coap_resource_t *resource,
Dcoap_forward_decls.h105 typedef struct coap_subscription_t coap_subscription_t; typedef
Dcoap_resource_internal.h63 coap_subscription_t *subscribers; /**< list of observers for this resource */
Dlwippools.h106 LWIP_MEMPOOL(COAP_subscription, MEMP_NUM_COAP_SUBSCRIPTION, sizeof(coap_subscription_t), "COAP_subs…
/third_party/libcoap/src/
Dsubscribe.c15 coap_subscription_init(coap_subscription_t *s) { in coap_subscription_init()
17 memset(s, 0, sizeof(coap_subscription_t)); in coap_subscription_init()
Dresource.c40 MEMB(subscription_storage, coap_subscription_t, COAP_MAX_SUBSCRIBERS);
47 COAP_STATIC_INLINE coap_subscription_t *
53 coap_free_subscription(coap_subscription_t *subscription) { in coap_free_subscription()
495 coap_subscription_t *obs, *otmp;
685 coap_subscription_t *
688 coap_subscription_t *s;
703 static coap_subscription_t *
706 coap_subscription_t *s;
720 coap_subscription_t *
725 coap_subscription_t *s;
[all …]
Dnet.c2770 coap_subscription_t *subscription; in handle_request()
3074 coap_subscription_t *obs, *tmp; in coap_dispatch()
/third_party/libcoap/
DChangeLog64 * coap_endpoint_t and coap_subscription_t made opaque to applications