Home
last modified time | relevance | path

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

/external/srtp/googlepatches/
Dvidyo-4-srtp-rtx.patch8 + int allow_repeat_tx; /**< Whether retransmissions of
24 + int allow_repeat_tx;
35 + str->allow_repeat_tx = stream_template->allow_repeat_tx;
43 + /* initialize allow_repeat_tx */
44 + srtp->allow_repeat_tx = p->allow_repeat_tx;
57 + if (status != err_status_replay_fail || !stream->allow_repeat_tx)
72 + policy.allow_repeat_tx = 0;
83 + policy.allow_repeat_tx = 0;
91 + policy.allow_repeat_tx = 0;
102 + policy.allow_repeat_tx = 0;
[all …]
/external/srtp/test/
Drtpw.c334 policy.allow_repeat_tx = 0; in main()
388 policy.allow_repeat_tx = 0; in main()
Dsrtp_driver.c326 policy.allow_repeat_tx = 0; in main()
1006 stream->allow_repeat_tx ? "true" : "false"); in srtp_session_print_policy()
1032 stream->allow_repeat_tx ? "true" : "false"); in srtp_session_print_policy()
1188 policy.allow_repeat_tx = 0; in srtp_validate()
Ddtls_srtp_driver.c188 policy.allow_repeat_tx = 0; in test_dtls_srtp()
/external/srtp/include/
Dsrtp_priv.h228 int allow_repeat_tx; member
Dsrtp.h224 int allow_repeat_tx; /**< Whether retransmissions of member
/external/srtp/srtp/
Dsrtp.c264 str->allow_repeat_tx = stream_template->allow_repeat_tx; in srtp_stream_clone()
511 srtp->allow_repeat_tx = p->allow_repeat_tx; in srtp_stream_init()
726 if (status != err_status_replay_fail || !stream->allow_repeat_tx) in srtp_protect()
/external/webrtc/talk/session/media/
Dsrtpfilter.cc703 policy.allow_repeat_tx = 1; in SetKey()