Home
last modified time | relevance | path

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

/net-tools-3.5.0/tinydtls-0.8.2/
Duthash.h268 _thh = _thh->hh_next; \
644 if (out->hh.hh_next) DECLTYPE_ASSIGN(out,ELMT_FROM_HH(tbl,out->hh.hh_next)); \
653 (addhh)->hh_next = head.hh_head; \
667 (head).hh_head = hh_del->hh_next; \
670 hh_del->hh_prev->hh_next = hh_del->hh_next; \
672 if (hh_del->hh_next) { \
673 hh_del->hh_next->hh_prev = hh_del->hh_prev; \
724 _he_hh_nxt = _he_thh->hh_next; \
733 _he_thh->hh_next = _he_newbkt->hh_head; \
852 _src_hh = _src_hh->hh_next) { \
[all …]
/net-tools-3.5.0/libcoap/include/coap/
Duthash.h306 _thh = _thh->hh_next; \
619 if ((out)->hh.hh_next) DECLTYPE_ASSIGN(out,ELMT_FROM_HH(tbl,(out)->hh.hh_next)); \
628 (addhh)->hh_next = head.hh_head; \
642 (head).hh_head = hh_del->hh_next; \
645 hh_del->hh_prev->hh_next = hh_del->hh_next; \
647 if (hh_del->hh_next) { \
648 hh_del->hh_next->hh_prev = hh_del->hh_prev; \
699 _he_hh_nxt = _he_thh->hh_next; \
708 _he_thh->hh_next = _he_newbkt->hh_head; \
835 _src_hh = _src_hh->hh_next) { \
[all …]