Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/src/
H A Dzrtp_utils.c96 case ZRTP_HELLOACK: in _zrtp_packet_fill_msg_hdr()
229 return ZRTP_HELLOACK; in _zrtp_packet_get_type()
H A Dzrtp_engine.c568 case ZRTP_HELLOACK: in _zrtp_machine_process_while_in_start()
667 case ZRTP_HELLOACK: in _zrtp_machine_process_while_in_wait4helloack()
1340 _zrtp_packet_send_message(stream, ZRTP_HELLOACK, NULL); in _send_helloack()
H A Dzrtp_utils_proto.c566 case ZRTP_HELLOACK: in _zrtp_get_timeout()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/include/
H A Dzrtp_types.h290 ZRTP_HELLOACK = 2, /** ZRTP protocol HELLOACK packet */ enumerator