Home
last modified time | relevance | path

Searched refs:tcpType (Results 1 – 25 of 45) sorted by relevance

12

/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/ice/v2/
H A Dcandidate_test.go30 tcpType: TCPTypeActive,
41 tcpType: TCPTypePassive,
52 tcpType: TCPTypeSimultaneousOpen,
72 tcpType: TCPTypeSimultaneousOpen,
83 tcpType: TCPTypeActive,
94 tcpType: TCPTypePassive,
277 tcpType: TCPTypeActive,
H A Dcandidate_base.go26 tcpType TCPType member
152 switch c.tcpType {
163 switch c.tcpType {
191 return c.tcpType
401 if c.tcpType != TCPTypeUnspecified {
402 val += fmt.Sprintf(" tcptype %s", c.tcpType.String())
455 tcpType := TCPTypeUnspecified
479 tcpType = NewTCPType(split[1])
485 …teHost(&CandidateHostConfig{"", protocol, address, port, component, priority, foundation, tcpType})
H A Dtcptype_test.go10 var tcpType TCPType
12 assert.Equal(t, TCPTypeUnspecified, tcpType)
H A Dcandidate_host.go42 tcpType: config.TCPType,
H A Dgather.go163 var tcpType TCPType
177 tcpType = TCPTypePassive
194 TCPType: tcpType,
/dports/devel/py-aiortc/aiortc-1.2.1/src/aiortc/
H A Drtcicetransport.py43 tcpType: Optional[str] = None variable in RTCIceCandidate
72 tcpType=x.tcptype,
87 tcptype=x.tcpType,
H A Dsdp.py54 candidate.tcpType = bits[i + 1]
69 if candidate.tcpType is not None:
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/peerconnection/
H A Drtc_ice_candidate.h68 base::Optional<String> tcpType() const;
H A Drtc_ice_candidate.cc130 base::Optional<String> RTCIceCandidate::tcpType() const { in tcpType() function in blink::RTCIceCandidate
H A Drtc_ice_candidate.idl73 readonly attribute RTCIceTcpCandidateType? tcpType;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/peerconnection/
H A Drtc_ice_candidate.h74 String tcpType() const;
H A Drtc_ice_candidate.cc146 String RTCIceCandidate::tcpType() const { in tcpType() function in blink::RTCIceCandidate
H A Drtc_ice_candidate.idl73 readonly attribute RTCIceTcpCandidateType? tcpType;
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/tgcalls/tgcalls/group/
H A DGroupJoinPayloadInternal.cpp159 if (const auto tcpType = parseString(candidate.object_items(), "tcptype")) { in parseTransportDescription() local
160 parsedCandidate.tcpType = tcpType.value(); in parseTransportDescription()
H A DGroupJoinPayload.h48 std::string tcpType; member
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/applications/test/
H A Dthree-gpp-http-client-server-test.cc94 const TypeId &tcpType,
299 const TypeId &tcpType, in ThreeGppHttpObjectTestCase() argument
306 m_tcpType (tcpType), in ThreeGppHttpObjectTestCase()
/dports/net-im/jitsi-videobridge/jitsi-videobridge-dbddd16/src/main/kotlin/org/jitsi/videobridge/transport/ice/
H A DIceTransport.kt453 cpe.tcpType = tcpType.toString() in LocalCandidate()
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/webrtc/
H A Didlharness.https.window.js.ini11 [RTCIceCandidate interface: attribute tcpType]
35 …[RTCIceCandidate interface: new RTCIceCandidate({ sdpMid: 1 }) must inherit property "tcpType" wit…
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/meta/webrtc/
H A Didlharness.https.window.js.ini11 [RTCIceCandidate interface: attribute tcpType]
35 …[RTCIceCandidate interface: new RTCIceCandidate({ sdpMid: 1 }) must inherit property "tcpType" wit…
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/webrtc/
H A Didlharness.https.window.js.ini11 [RTCIceCandidate interface: attribute tcpType]
35 …[RTCIceCandidate interface: new RTCIceCandidate({ sdpMid: 1 }) must inherit property "tcpType" wit…
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/webrtc/
H A Didlharness.https.window.js.ini11 [RTCIceCandidate interface: attribute tcpType]
35 …[RTCIceCandidate interface: new RTCIceCandidate({ sdpMid: 1 }) must inherit property "tcpType" wit…
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/meta/webrtc/
H A Dinterfaces.https.html.ini107 [RTCIceCandidate interface: attribute tcpType]
152 …[RTCIceCandidate interface: new RTCIceCandidate must inherit property "tcpType" with the proper ty…
619 …[RTCIceCandidate interface: new RTCIceCandidate({ sdpMid: 1 }) must inherit property "tcpType" wit…
923 …[RTCIceCandidate interface: new RTCIceCandidate({ sdpMid: 1 }) must inherit property "tcpType" wit…
1197 [RTCIceCandidate interface: attribute tcpType]
1245 …[RTCIceCandidate interface: new RTCIceCandidate({ sdpMid: 1 }) must inherit property "tcpType" wit…
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/interfaces/
H A Dwebrtc-pc.idl180 readonly attribute RTCIceTcpCandidateType? tcpType;
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/interfaces/
H A Dwebrtc.idl182 readonly attribute RTCIceTcpCandidateType? tcpType;
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/interfaces/
H A Dwebrtc.idl182 readonly attribute RTCIceTcpCandidateType? tcpType;

12