OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pkt_end
(Results
1 - 1
of
1
) sorted by null
/external/srtp/test/
srtp_driver.c
577
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) {
[
all
...]
Completed in 497 milliseconds