Home | History | Annotate | Download | only in test

Lines Matching refs:srtp_hdr_t

96 srtp_packet_to_string(srtp_hdr_t *hdr, int packet_len);
151 * structure srtp_hdr_t correctly
153 if (sizeof(srtp_hdr_t) != 12) {
154 printf("error: srtp_hdr_t has incorrect size"
156 (long)sizeof(srtp_hdr_t));
377 srtp_hdr_t *
381 srtp_hdr_t *hdr;
385 hdr = (srtp_hdr_t*) malloc(pkt_octet_len + bytes_in_hdr
463 srtp_hdr_t *mesg;
523 srtp_hdr_t *mesg;
545 srtp_protect(srtp, (srtp_hdr_t *)mesg, &len);
550 srtp_unprotect(srtp, (srtp_hdr_t *)mesg, &len);
575 srtp_hdr_t *hdr, *hdr2;
639 pkt_end = (uint8_t *)hdr + sizeof(srtp_hdr_t)
774 srtp_hdr_t *hdr, *hdr2;
838 pkt_end = (uint8_t *)hdr + sizeof(srtp_hdr_t)
1071 srtp_packet_to_string(srtp_hdr_t *hdr, int pkt_octet_len) {