Home
last modified time | relevance | path

Searched defs:SRTP (Results 1 – 7 of 7) sorted by relevance

/dports/security/xray-core/Xray-core-1.5.0/transport/internet/headers/srtp/
H A Dsrtp.go11 type SRTP struct { struct
12 header uint16
13 number uint16
16 func (*SRTP) Size() int32 {
21 func (s *SRTP) Serialize(b []byte) {
/dports/net/v2ray/v2ray-core-4.36.2/transport/internet/headers/srtp/
H A Dsrtp.go11 type SRTP struct { struct
12 header uint16
13 number uint16
16 func (*SRTP) Size() int32 {
21 func (s *SRTP) Serialize(b []byte) {
/dports/www/firefox-esr/firefox-91.8.0/dom/media/webrtc/transport/
H A Dmediapacket.h73 enum Type { UNCLASSIFIED, SRTP, SRTCP, DTLS, RTP, RTCP, SCTP }; enumerator
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/webrtc/transport/
H A Dmediapacket.h73 enum Type { UNCLASSIFIED, SRTP, SRTCP, DTLS, RTP, RTCP, SCTP }; enumerator
/dports/lang/spidermonkey78/firefox-78.9.0/media/mtransport/
H A Dmediapacket.h73 enum Type { UNCLASSIFIED, SRTP, SRTCP, DTLS, RTP, RTCP, SCTP }; enumerator
/dports/www/firefox/firefox-99.0/dom/media/webrtc/transport/
H A Dmediapacket.h75 enum Type { UNCLASSIFIED, SRTP, SRTCP, DTLS, RTP, RTCP, SCTP }; enumerator
/dports/net/liblinphone/linphone-3.12.0/java/common/org/linphone/core/
H A DLinphoneCore.java355 static public final MediaEncryption SRTP = new MediaEncryption(1,"SRTP"); field in LinphoneCore.MediaEncryption