Home | History | Annotate | Download | only in media

Lines Matching refs:DTLS

128                DTLS = 0x10 };
165 if ((flags1 & DTLS) && (flags2 & DTLS)) {
176 if (flags1 & DTLS) {
182 if (flags2 & DTLS) {
1245 // You can pass in DTLS and/or RTCP_MUX as flags.
1247 ASSERT((flags1_in & ~(RTCP_MUX | DTLS)) == 0);
1248 ASSERT((flags2_in & ~(RTCP_MUX | DTLS)) == 0);
1252 bool dtls1 = !!(flags1_in & DTLS);
1253 bool dtls2 = !!(flags2_in & DTLS);
2080 Base::SendSrtpToSrtp(DTLS, 0);
2085 Base::SendSrtpToSrtp(DTLS, DTLS);
2090 Base::SendSrtpToSrtp(DTLS | RTCP_MUX, DTLS | RTCP_MUX);
2416 Base::SendSrtpToSrtp(DTLS, 0);
2421 Base::SendSrtpToSrtp(DTLS, DTLS);
2426 Base::SendSrtpToSrtp(DTLS | RTCP_MUX, DTLS | RTCP_MUX);