Home | History | Annotate | Download | only in ssl

Lines Matching full:packet_length

196     s->packet_length = rdata->packet_length;
229 rdata->packet_length = s->packet_length;
244 s->packet_length = 0;
355 s->packet_length = rdata->packet_length;
386 /* At this point, s->packet_length == SSL3_RT_HEADER_LNGTH + rr->length,
506 s->packet_length=0;
552 (s->packet_length < DTLS1_RT_HEADER_LENGTH))
559 if (s->packet_length != DTLS1_RT_HEADER_LENGTH)
561 s->packet_length = 0;
590 s->packet_length = 0;
599 s->packet_length = 0;
607 s->packet_length = 0;
634 if (rr->length > s->packet_length-DTLS1_RT_HEADER_LENGTH)
636 /* now s->packet_length == DTLS1_RT_HEADER_LENGTH */
645 s->packet_length = 0;
650 * and s->packet_length == DTLS1_RT_HEADER_LENGTH + rr->length */
659 s->packet_length = 0; /* dump this record */
674 s->packet_length=0; /* dump this record */
691 s->packet_length = 0;
698 s->packet_length = 0; /* dump this record */