Searched refs:head2 (Results 1 – 1 of 1) sorted by relevance
/net-tools-latest/libcoap/include/coap/ |
D | utlist.h | 318 #define LL_CONCAT(head1,head2) \ argument 319 LL_CONCAT2(head1,head2,next) 321 #define LL_CONCAT2(head1,head2,next) \ argument 327 _tmp->next=(head2); \ 329 (head1)=(head2); \ 536 #define DL_CONCAT(head1,head2) \ argument 537 DL_CONCAT2(head1,head2,prev,next) 539 #define DL_CONCAT2(head1,head2,prev,next) \ argument 542 if (head2) { \ 544 _tmp = (head2)->prev; \ [all …]
|