Searched refs:allow_repeat_tx (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/libsrtp/srtp/include/
H A Dsrtp_priv.h221 int allow_repeat_tx; member in struct:srtp_stream_ctx_t
H A Dsrtp.h224 int allow_repeat_tx; /**< Whether retransmissions of member in struct:srtp_policy_t
/external/srtp/include/
H A Dsrtp_priv.h228 int allow_repeat_tx; member in struct:srtp_stream_ctx_t
H A Dsrtp.h224 int allow_repeat_tx; /**< Whether retransmissions of member in struct:srtp_policy_t
/external/chromium_org/third_party/libsrtp/srtp/test/
H A Ddtls_srtp_driver.c195 policy.allow_repeat_tx = 0;
H A Dsrtp_driver.c350 policy.allow_repeat_tx = 0;
1061 stream->allow_repeat_tx ? "true" : "false");
1087 stream->allow_repeat_tx ? "true" : "false");
1237 policy.allow_repeat_tx = 0;
1345 policy.allow_repeat_tx = 0;
1504 policy.allow_repeat_tx = 0;
H A Drtpw.c355 policy.allow_repeat_tx = 0;
409 policy.allow_repeat_tx = 0;
/external/srtp/test/
H A Ddtls_srtp_driver.c188 policy.allow_repeat_tx = 0;
H A Drtpw.c334 policy.allow_repeat_tx = 0;
388 policy.allow_repeat_tx = 0;
H A Dsrtp_driver.c326 policy.allow_repeat_tx = 0;
1006 stream->allow_repeat_tx ? "true" : "false");
1032 stream->allow_repeat_tx ? "true" : "false");
1188 policy.allow_repeat_tx = 0;
/external/chromium_org/third_party/libsrtp/srtp/srtp/
H A Dsrtp.c308 str->allow_repeat_tx = stream_template->allow_repeat_tx;
653 /* initialize allow_repeat_tx */
655 if (p->allow_repeat_tx != 0 && p->allow_repeat_tx != 1) {
659 srtp->allow_repeat_tx = p->allow_repeat_tx;
870 if (status != err_status_replay_fail || !stream->allow_repeat_tx)
/external/srtp/srtp/
H A Dsrtp.c264 str->allow_repeat_tx = stream_template->allow_repeat_tx;
510 /* initialize allow_repeat_tx */
511 srtp->allow_repeat_tx = p->allow_repeat_tx;
726 if (status != err_status_replay_fail || !stream->allow_repeat_tx)
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dsrtpfilter.cc669 policy.allow_repeat_tx = 1;

Completed in 194 milliseconds