Home
last modified time | relevance | path

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

/net-tools-3.4.0/libcoap/examples/
Dcoap-rd.c50 typedef struct rd_t { struct
58 } rd_t; argument
60 rd_t *resources = NULL;
68 static inline rd_t *
70 rd_t *rd; in rd_new()
71 rd = (rd_t *)coap_malloc(sizeof(rd_t)); in rd_new()
73 memset(rd, 0, sizeof(rd_t)); in rd_new()
79 rd_delete(rd_t *rd) { in rd_delete()
103 rd_t *rd = NULL; in hnd_get_resource()
140 rd_t *rd = NULL; in hnd_put_resource()
[all …]