Searched refs:next_handshake_write_seq (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/crypto/openssl/ssl/
H A Ddtls1.h181 unsigned short next_handshake_write_seq; member in struct:dtls1_state_st
H A Dd1_both.c1019 s->d1->handshake_write_seq = s->d1->next_handshake_write_seq;
1023 s->d1->next_handshake_write_seq++;
1357 s->d1->handshake_write_seq = s->d1->next_handshake_write_seq;
1358 s->d1->next_handshake_write_seq++;
H A Dd1_srvr.c296 s->d1->next_handshake_write_seq = 1;
650 s->d1->next_handshake_write_seq = 0;
H A Dd1_clnt.c566 s->d1->next_handshake_write_seq = 0;

Completed in 85 milliseconds