Home
last modified time | relevance | path

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

/net-tools-3.7.0/libcoap/include/coap/
Dutlist.h318 #define LL_CONCAT(head1,head2) \ argument
319 LL_CONCAT2(head1,head2,next)
321 #define LL_CONCAT2(head1,head2,next) \ argument
323 LDECLTYPE(head1) _tmp; \
324 if (head1) { \
325 _tmp = head1; \
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
[all …]