Home
last modified time | relevance | path

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

/net-tools-3.6.0/libcoap/include/coap/
Dt_list.h94 list_head(list_t the_list) { in list_head() function
100 if (list_head(the_list)) in list_remove()
/net-tools-3.6.0/tinydtls-0.8.2/
Dnetq.c67 p = (netq_t *)list_head(queue); in netq_insert_node()
84 return list_head(queue); in netq_head()
Dt_list.h96 list_head(list_t list) { in list_head() 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()
3943 node = list_head(context->sendqueue); in dtls_stop_retransmission()
3990 node = list_head(the_dtls_context.sendqueue); in PROCESS_THREAD()
3995 node = list_head(the_dtls_context.sendqueue); in PROCESS_THREAD()