Home
last modified time | relevance | path

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

/net-tools-3.7.0/tinydtls-0.8.2/
Dutlist.h83 #define _PREVASGN(elt,list,to) { char **_alias = (char**)&((list)->prev); *_alias=(char*)(to); } macro
91 #define _PREVASGN(elt,list,to) ((elt)->prev)=(to) macro
/net-tools-3.7.0/libcoap/include/coap/
Dutlist.h88 #define _PREVASGN(elt,list,to,prev) { char **_alias = (char**)&((list)->prev); *_alias=(char*)(to);… macro
96 #define _PREVASGN(elt,list,to,prev) ((elt)->prev)=(to) macro