Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include <wtls_pdu.h>
Data Fields | |
int | serverversion |
Random * | random |
Octstr * | session_id |
int | client_key_id |
CipherSuite * | ciphersuite |
CompressionMethod | comp_method |
int | snmode |
int | krefresh |
Definition at line 313 of file wtls_pdu.h.
CipherSuite* server_hello::ciphersuite |
Definition at line 318 of file wtls_pdu.h.
int server_hello::client_key_id |
Definition at line 317 of file wtls_pdu.h.
CompressionMethod server_hello::comp_method |
Definition at line 319 of file wtls_pdu.h.
int server_hello::krefresh |
Definition at line 321 of file wtls_pdu.h.
Random* server_hello::random |
Definition at line 315 of file wtls_pdu.h.
int server_hello::serverversion |
Definition at line 314 of file wtls_pdu.h.
Octstr* server_hello::session_id |
Definition at line 316 of file wtls_pdu.h.
int server_hello::snmode |
Definition at line 320 of file wtls_pdu.h.