Home
last modified time | relevance | path

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

/net-tools-latest/libcoap/examples/
Dcoap_list.c28 LL_APPEND((*head), node); in coap_insert()
/net-tools-latest/tinydtls-0.8.2/
Dt_list.h108 LL_APPEND(*(struct list **)list, (struct list *)item); in list_add()
Dutlist.h293 #define LL_APPEND(head,add) \ macro
354 #undef LL_APPEND
355 #define LL_APPEND LL_APPEND_VS2008 macro
/net-tools-latest/libcoap/include/coap/
Dt_list.h107 LL_APPEND(*(struct list **)the_list, (struct list *)item); in list_add()
Dutlist.h333 #define LL_APPEND(head,add) \ macro
406 #undef LL_APPEND
407 #define LL_APPEND LL_APPEND_VS2008 macro
/net-tools-latest/
Dcoap-client.c99 #undef LL_APPEND
642 LL_APPEND((*head), node); in coap_insert()