Searched defs:coap_subscription_t (Results 1 – 2 of 2) sorted by relevance
47 struct coap_subscription_t { struct48 struct coap_subscription_t *next; /**< next element in linked list */ argument60 void coap_subscription_init(coap_subscription_t *); argument
105 typedef struct coap_subscription_t coap_subscription_t; typedef