Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/src/
H A Dzrtp_engine.c31 static void _send_helloack(zrtp_stream_t* stream);
564 _send_helloack(stream); in _zrtp_machine_process_while_in_start()
605 _send_helloack(stream); /* Response with HelloAck before start computing DH value */ in _zrtp_machine_process_while_in_wait4hello()
609 _send_helloack(stream); in _zrtp_machine_process_while_in_wait4hello()
639 _send_helloack(stream); in _zrtp_machine_process_while_in_wait4helloack()
705 _send_helloack(stream); in _zrtp_machine_process_while_in_clear()
791 _send_helloack(stream); in _zrtp_machine_process_while_in_start_initiatingsecure()
1338 static void _send_helloack(zrtp_stream_t* stream) in _send_helloack() function