Searched refs:allow_repeat_tx (Results 1 – 8 of 8) sorted by relevance
8 + int allow_repeat_tx; /**< Whether retransmissions of24 + 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 …]
334 policy.allow_repeat_tx = 0; in main()388 policy.allow_repeat_tx = 0; in main()
326 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()
188 policy.allow_repeat_tx = 0; in test_dtls_srtp()
228 int allow_repeat_tx; member
224 int allow_repeat_tx; /**< Whether retransmissions of member
264 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()
703 policy.allow_repeat_tx = 1; in SetKey()