Home
last modified time | relevance | path

Searched defs:UTLIST_PREVASGN (Results 1 – 1 of 1) sorted by relevance

/third_party/libcoap/include/coap3/
Dutlist.h90 #define UTLIST_PREVASGN(elt,list,to,prev) { char **_alias = (char**)&((list)->prev); *_alias=(char*… macro
99 #define UTLIST_PREVASGN(elt,list,to,prev) ((elt)->prev)=(to) macro