Searched refs:remote_epoch (Results 1 – 1 of 1) sorted by relevance
88 USHORT remote_epoch; in _nx_secure_dtls_process_header() local174 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()