Home
last modified time | relevance | path

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

/net-tools-3.7.0/tinydtls-0.8.2/
Ddtls.h373 } dtls_client_hello_t; typedef
Ddtls.c75 #define DTLS_CH_LENGTH sizeof(dtls_client_hello_t) /* no variable length fields! */
77 #define DTLS_CH_LENGTH_MAX sizeof(dtls_client_hello_t) + DTLS_COOKIE_LENGTH_MAX + 12 + 26
99 #define CLIENTHELLO(M) ((dtls_client_hello_t *)((M) + HS_HDR_LENGTH))
317 e = sizeof(dtls_client_hello_t); in dtls_create_cookie()