Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/nx_secure/src/
Dnx_secure_dtls_process_header.c88 USHORT remote_epoch; in _nx_secure_dtls_process_header() local
174 remote_epoch = (USHORT)(remote_sequence_number[0] >> 16); in _nx_secure_dtls_process_header()
180 if (remote_epoch != dtls_session -> nx_secure_dtls_remote_epoch) in _nx_secure_dtls_process_header()
216 if (remote_epoch == 0 && (remote_sequence_number[0] > 0 || remote_sequence_number[1] > 0)) in _nx_secure_dtls_process_header()
239 else if (remote_epoch > 0 && (remote_sequence_number[0] > 0 || remote_sequence_number[1] > 0)) in _nx_secure_dtls_process_header()
269 else if (remote_epoch == 0) in _nx_secure_dtls_process_header()