HomeSort by relevance Sort by last modified time
    Searched refs:bytes_in_hdr (Results 1 - 2 of 2) sorted by null

  /external/srtp/test/
dtls_srtp_driver.c 218 int bytes_in_hdr = 12; local
221 hdr = malloc(pkt_octet_len + bytes_in_hdr
237 buffer += bytes_in_hdr;
srtp_driver.c 382 int bytes_in_hdr = 12; local
385 hdr = (srtp_hdr_t*) malloc(pkt_octet_len + bytes_in_hdr
401 buffer += bytes_in_hdr;
    [all...]

Completed in 2145 milliseconds