Searched refs:list_item_next (Results 1 – 4 of 4) sorted by relevance
68 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()
137 list_item_next(void *item) in list_item_next() function
218 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()
136 list_item_next(void *item) in list_item_next() function