Searched refs:bytes_in_hdr (Results 1 - 2 of 2) sorted by relevance

/external/srtp/test/
H A Ddtls_srtp_driver.c218 int bytes_in_hdr = 12; local
221 hdr = malloc(pkt_octet_len + bytes_in_hdr
237 buffer += bytes_in_hdr;
H A Dsrtp_driver.c382 int bytes_in_hdr = 12; local
385 hdr = (srtp_hdr_t*) malloc(pkt_octet_len + bytes_in_hdr
401 buffer += bytes_in_hdr;

Completed in 187 milliseconds