Searched refs:dtls_client_hello_t (Results 1 – 2 of 2) sorted by relevance
373 } dtls_client_hello_t; typedef
75 #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 + 2699 #define CLIENTHELLO(M) ((dtls_client_hello_t *)((M) + HS_HDR_LENGTH))317 e = sizeof(dtls_client_hello_t); in dtls_create_cookie()