Home
last modified time | relevance | path

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

/net-tools-3.6.0/tinydtls-0.8.2/
Dt_list.h90 #define LIST_STRUCT_INIT(struct_ptr, name) { \ macro
Ddtls.c3269 LIST_STRUCT_INIT(peer->handshake_params, reorder_queue); in handle_handshake_msg()
3320 LIST_STRUCT_INIT(peer->handshake_params, reorder_queue); in handle_handshake_msg()
3774 LIST_STRUCT_INIT(c, sendqueue); in dtls_new_context()
3777 LIST_STRUCT_INIT(c, peers); in dtls_new_context()
3851 LIST_STRUCT_INIT(peer->handshake_params, reorder_queue); in dtls_connect_peer()
/net-tools-3.6.0/libcoap/include/coap/
Dt_list.h88 #define LIST_STRUCT_INIT(struct_ptr, name) { \ macro