OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allow_repeat_tx
(Results
1 - 8
of
8
) sorted by null
/external/srtp/include/
srtp_priv.h
228
int
allow_repeat_tx
;
member in struct:srtp_stream_ctx_t
srtp.h
224
int
allow_repeat_tx
; /**< Whether retransmissions of
member in struct:srtp_policy_t
/external/srtp/test/
dtls_srtp_driver.c
188
policy.
allow_repeat_tx
= 0;
rtpw.c
334
policy.
allow_repeat_tx
= 0;
388
policy.
allow_repeat_tx
= 0;
srtp_driver.c
326
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;
[
all
...]
/external/srtp/srtp/
srtp.c
264
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
)
[
all
...]
/external/chromium/third_party/libjingle/source/talk/session/phone/
srtpfilter.cc
382
policy.
allow_repeat_tx
= 1;
/external/chromium_org/third_party/libjingle/source/talk/session/media/
srtpfilter.cc
598
policy.
allow_repeat_tx
= 1;
Completed in 169 milliseconds