Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/include/
H A Dzrtp.h777 zrtp_status_t zrtp_process_srtcp( zrtp_stream_t *stream,
/dports/net/opal/opal-3.10.10/src/rtp/
H A Dzrtpudp.cxx246 zrtp_status_t err = ::zrtp_process_srtcp(zrtpStream, (char *)frame.GetPointer(), &len);
/dports/audio/baresip/baresip-0.5.8/modules/zrtp/
H A Dzrtp.c224 s = zrtp_process_srtcp(st->zrtp_stream, in udp_helper_recv()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/test/
H A Dtest_engine.c217 s = zrtp_process_srtcp(stream->zrtp, packet->body, &packet->length); in process_incoming()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/src/
H A Dzrtp_engine.c94 zrtp_status_t zrtp_process_srtcp(zrtp_stream_t *stream, char* packet, unsigned int* length) in zrtp_process_srtcp() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_rtp.c7071 …stat = zrtp_process_srtcp(rtp_session->zrtp_stream, (void *) rtp_session->rtcp_recv_msg_p, &sbytes… in read_rtcp_packet()