Home
last modified time | relevance | path

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

/net-tools-3.6.0/tinydtls-0.8.2/
Dnetq.c68 while(p && p->t <= node->t && list_item_next(p)) in netq_insert_node()
69 p = list_item_next(p); in netq_insert_node()
92 return list_item_next(p); in netq_next()
Dt_list.h137 list_item_next(void *item) in list_item_next() function
Ddtls.c218 for (p = list_head(ctx->peers); p; p = list_item_next(p)) in dtls_get_peer()
3818 for (p = list_head(ctx->peers); p; p = list_item_next(p)) in dtls_free_context()
3948 node = list_item_next(node); in dtls_stop_retransmission()
3952 node = list_item_next(node); in dtls_stop_retransmission()
/net-tools-3.6.0/libcoap/include/coap/
Dt_list.h136 list_item_next(void *item) in list_item_next() function