Searched defs:packet_start (Results 1 – 4 of 4) sorted by relevance
93 const uint8_t *packet_start, in srtcp_packet_get_ekt_spi()103 static inline uint32_t srtcp_packet_get_ekt_roc(const uint8_t *packet_start, in srtcp_packet_get_ekt_roc()114 const uint8_t *packet_start, in srtcp_packet_get_emk_location()
61 bool packet_start() const { return packet_start_; } in packet_start() function
67 #define packet_start(type) \ macro
325 const uint8_t* packet_start = ptr; in ParsePacket() local