Searched refs:on_send_packet (Results 1 – 8 of 8) sorted by relevance
/dports/net/sems/sems-f89581a/core/ |
H A D | AmZRTP.cpp | 127 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 D | AmZRTP.h | 67 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 D | zrtp.c | 420 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 D | zrtp_iface.h | 666 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 D | test_engine.c | 122 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 D | howto.dox | 142 …- 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 D | zrtp_utils.c | 330 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 D | switch_rtp.c | 1520 zrtp_config.cb.misc_cb.on_send_packet = zrtp_send_rtp_callback; in switch_rtp_init()
|