Searched defs:coap_subscription_t (Results 1 – 2 of 2) sorted by relevance
44 struct coap_subscription_t { struct45 struct coap_subscription_t *next; /**< next element in linked list */ argument61 void coap_subscription_init(coap_subscription_t *); argument
46 typedef struct coap_subscription_t coap_subscription_t; typedef