Home
last modified time | relevance | path

Searched refs:delay_snc_last_sr (Results 1 – 2 of 2) sorted by relevance

/dports/net/ortp/ortp-1.0.2-0/src/
H A Drtcp.c233 uint32_t delay_snc_last_sr=0; in report_block_init() local
284 delay_snc_last_sr=(uint32_t) delay; in report_block_init()
302 b->delay_snc_last_sr=htonl(delay_snc_last_sr); in report_block_init()
/dports/net/ortp/ortp-1.0.2-0/include/ortp/
H A Drtcp.h109 uint32_t delay_snc_last_sr; /*delay since last sr*/ member
126 return ntohl(rb->delay_snc_last_sr); in report_block_get_last_SR_delay()