Searched defs:pkt_end (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libsrtp/srtp/test/
H A Dsrtp_driver.c621 uint8_t *pkt_end; local
683 pkt_end = (uint8_t *)hdr + sizeof(srtp_hdr_t)
686 if (pkt_end[i] != 0xff) {
827 uint8_t *pkt_end; local
889 pkt_end = (uint8_t *)hdr + sizeof(srtp_hdr_t)
892 if (pkt_end[i] != 0xff) {
/external/srtp/test/
H A Dsrtp_driver.c577 uint8_t *pkt_end; local
639 pkt_end = (uint8_t *)hdr + sizeof(srtp_hdr_t)
642 if (pkt_end[i] != 0xff) {
776 uint8_t *pkt_end; local
838 pkt_end = (uint8_t *)hdr + sizeof(srtp_hdr_t)
841 if (pkt_end[i] != 0xff) {

Completed in 79 milliseconds