Home
last modified time | relevance | path

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

/dports/net/sems/sems-f89581a/core/
H A DAmZRTP.cpp127 zrtp_config.cb.misc_cb.on_send_packet = AmZRTP::on_send_packet; in init()
267 int AmZRTP::on_send_packet(const zrtp_stream_t *stream, char *packet, unsigned int length) { in on_send_packet() function in AmZRTP
H A DAmZRTP.h67 static int on_send_packet(const zrtp_stream_t *stream, char *packet, unsigned int length);
/dports/audio/baresip/baresip-0.5.8/modules/zrtp/
H A Dzrtp.c420 static int on_send_packet(const zrtp_stream_t *stream, in on_send_packet() function
580 zrtp_config.cb.misc_cb.on_send_packet = on_send_packet; in module_init()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/include/
H A Dzrtp_iface.h666 int (*on_send_packet)(const zrtp_stream_t* stream, char* packet, unsigned int length); member
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/test/
H A Dtest_engine.c122 static int on_send_packet(const zrtp_stream_t* ctx, char* message, unsigned int length) { in on_send_packet() function
409 cfg->zrtp.cb.misc_cb.on_send_packet = &on_send_packet; in zrtp_test_endpoint_config_defaults()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/doc/manuals/
H A Dhowto.dox142 …- zrtp_callback_misc_t#on_send_packet - libzrtp uses this function to deliver ZRTP protocol messag…
338 zrtp_config.cb.misc_cb.on_send_packet = on_send_packet;
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/src/
H A Dzrtp_utils.c330 s = stream->zrtp->cb.misc_cb.on_send_packet(stream, buffer, packet_length); in _zrtp_packet_send_message()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_rtp.c1520 zrtp_config.cb.misc_cb.on_send_packet = zrtp_send_rtp_callback; in switch_rtp_init()