DTLS1_BITMAP
dtls1_record_replay_check(SSL *s, DTLS1_BITMAP *bitmap,
dtls1_record_bitmap_update(SSL *s, DTLS1_BITMAP *bitmap,
static DTLS1_BITMAP *
memcpy(&(s->d1->bitmap), &(s->d1->next_bitmap), sizeof(DTLS1_BITMAP));
memset(&(s->d1->next_bitmap), 0, sizeof(DTLS1_BITMAP));
static int dtls1_record_replay_check(SSL *s, DTLS1_BITMAP *bitmap,
static void dtls1_record_bitmap_update(SSL *s, DTLS1_BITMAP *bitmap,
static DTLS1_BITMAP *dtls1_get_bitmap(SSL *s, SSL3_RECORD_INTERNAL *rr,
DTLS1_BITMAP *bitmap;
DTLS1_BITMAP bitmap;
DTLS1_BITMAP next_bitmap;