Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_rtp.c2152 switch_size_t sdes_bytes = sizeof(struct switch_rtcp_hdr_s); in check_rtcp_and_ice() local
2350 p = (uint8_t *) (sdes) + sdes_bytes; in check_rtcp_and_ice()
2353 sdes_bytes += sizeof(uint32_t); in check_rtcp_and_ice()
2356 p = (uint8_t *) (sdes) + sdes_bytes; in check_rtcp_and_ice()
2361 sdes_bytes += sizeof(switch_rtcp_sdes_unit_t) + unit->length; in check_rtcp_and_ice()
2369 sdes_bytes += sizeof(switch_rtcp_sdes_unit_t) + unit->length; in check_rtcp_and_ice()
2371 sdes_bytes ++;//END in check_rtcp_and_ice()
2373 sdes_bytes += 4 - (sdes_bytes % 4); in check_rtcp_and_ice()
2375 sdes->length = htons((uint16_t)(sdes_bytes / 4) - 1); in check_rtcp_and_ice()
2376 rtcp_bytes += sdes_bytes; in check_rtcp_and_ice()