Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/src/
H A Dzrtp_initiator.c166 _zrtp_cancel_send_packet_later(stream, ZRTP_CONFIRM2); in _zrtp_machine_process_while_in_waitconfirmack()
174 _zrtp_cancel_send_packet_later(stream, ZRTP_CONFIRM2); in _zrtp_machine_process_while_in_waitconfirmack()
524 s = _zrtp_packet_send_message(stream, ZRTP_CONFIRM2, &stream->messages.confirm); in _send_and_resend_confirm2()
525 task->timeout = _zrtp_get_timeout((uint32_t)task->timeout, ZRTP_CONFIRM2); in _send_and_resend_confirm2()
545 ZRTP_CONFIRM2, in _zrtp_machine_start_send_and_resend_confirm2()
H A Dzrtp_utils.c129 case ZRTP_CONFIRM2: in _zrtp_packet_fill_msg_hdr()
197 return ZRTP_CONFIRM2; in _zrtp_packet_get_type()
451 case ZRTP_CONFIRM2: in _zrtp_packet_preparse()
584 case ZRTP_CONFIRM2: in _zrtp_cancel_send_packet_later()
H A Dzrtp_utils_proto.c583 case ZRTP_CONFIRM2: in _zrtp_get_timeout()
600 case ZRTP_CONFIRM2: in _zrtp_get_timeout()
H A Dzrtp_responder.c119 case ZRTP_CONFIRM2: in _zrtp_machine_process_while_in_waitconfirm2()
H A Dzrtp_engine.c820 case ZRTP_CONFIRM2: in _zrtp_machine_process_while_in_secure()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/include/
H A Dzrtp_types.h295 ZRTP_CONFIRM2 = 7, /** ZRTP protocol CONFIRM2 packet */ enumerator