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

/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 71 milliseconds