Home
last modified time | relevance | path

Searched refs:relatedAddress (Results 1 – 25 of 48) sorted by relevance

12

/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/ice/v2/
H A Dcandidate_base.go25 relatedAddress *CandidateRelatedAddress member
187 return c.relatedAddress
339 …rn fmt.Sprintf("%s %s %s:%d%s", c.NetworkType(), c.Type(), c.Address(), c.Port(), c.relatedAddress)
453 relatedAddress := ""
466 relatedAddress = split[1]
487 …eConfig{"", protocol, address, port, component, priority, foundation, relatedAddress, relatedPort})
489 …eConfig{"", protocol, address, port, component, priority, foundation, relatedAddress, relatedPort})
491 …Config{"", protocol, address, port, component, priority, foundation, relatedAddress, relatedPort, …
H A Dcandidate_test.go250 relatedAddress: &CandidateRelatedAddress{"192.168.0.274", 53991},
263 relatedAddress: &CandidateRelatedAddress{"192.168.0.1", 5001},
H A Dcandidate_peer_reflexive.go54 relatedAddress: &CandidateRelatedAddress{
H A Dcandidate_server_reflexive.go53 relatedAddress: &CandidateRelatedAddress{
H A Dcandidate_relay.go57 relatedAddress: &CandidateRelatedAddress{
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/pion/ice/
H A Dcandidate_base.go21 relatedAddress *CandidateRelatedAddress member
71 return c.relatedAddress
191 return fmt.Sprintf("%s %s:%d%s", c.Type(), c.Address(), c.Port(), c.relatedAddress)
H A Dtransport_test.go354 RelAddr: orig.relatedAddress.Address,
355 RelPort: orig.relatedAddress.Port,
365 RelAddr: orig.relatedAddress.Address,
366 RelPort: orig.relatedAddress.Port,
H A Dcandidate_peer_reflexive.go53 relatedAddress: &CandidateRelatedAddress{
H A Dcandidate_server_reflexive.go50 relatedAddress: &CandidateRelatedAddress{
H A Dcandidate_relay.go57 relatedAddress: &CandidateRelatedAddress{
/dports/devel/py-aiortc/aiortc-1.2.1/src/aiortc/
H A Drtcicetransport.py39 relatedAddress: Optional[str] = None variable in RTCIceCandidate
70 relatedAddress=x.related_address,
84 related_address=x.relatedAddress,
H A Dsdp.py50 candidate.relatedAddress = bits[i + 1]
65 if candidate.relatedAddress is not None:
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/peerconnection/
H A Drtc_ice_candidate.h69 String relatedAddress() const;
H A Drtc_ice_candidate.cc134 String RTCIceCandidate::relatedAddress() const { in relatedAddress() function in blink::RTCIceCandidate
H A Drtc_ice_candidate.idl74 …ropy=Direct, MeasureAs=RTCIceCandidateRelatedAddress] readonly attribute DOMString? relatedAddress;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/peerconnection/
H A Drtc_ice_candidate.h75 String relatedAddress() const;
H A Drtc_ice_candidate.cc150 String RTCIceCandidate::relatedAddress() const { in relatedAddress() function in blink::RTCIceCandidate
H A Drtc_ice_candidate.idl74 readonly attribute DOMString? relatedAddress;
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/webrtc/
H A Didlharness.https.window.js.ini8 …interface: new RTCIceCandidate({ sdpMid: 1 }) must inherit property "relatedAddress" with the prop…
89 [RTCIceCandidate interface: attribute relatedAddress]
/dports/net-im/jitsi-videobridge/jitsi-videobridge-dbddd16/src/main/kotlin/org/jitsi/videobridge/transport/ice/
H A DIceTransport.kt459 relatedAddress?.let { in LocalCandidate()
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/meta/webrtc/
H A Didlharness.https.window.js.ini8 …interface: new RTCIceCandidate({ sdpMid: 1 }) must inherit property "relatedAddress" with the prop…
89 [RTCIceCandidate interface: attribute relatedAddress]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/webrtc/
H A Didlharness.https.window.js.ini8 …interface: new RTCIceCandidate({ sdpMid: 1 }) must inherit property "relatedAddress" with the prop…
89 [RTCIceCandidate interface: attribute relatedAddress]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/webrtc/
H A Didlharness.https.window.js.ini8 …interface: new RTCIceCandidate({ sdpMid: 1 }) must inherit property "relatedAddress" with the prop…
89 [RTCIceCandidate interface: attribute relatedAddress]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/meta/webrtc/
H A Dinterfaces.https.html.ini110 [RTCIceCandidate interface: attribute relatedAddress]
155 …[RTCIceCandidate interface: new RTCIceCandidate must inherit property "relatedAddress" with the pr…
622 …interface: new RTCIceCandidate({ sdpMid: 1 }) must inherit property "relatedAddress" with the prop…
926 …interface: new RTCIceCandidate({ sdpMid: 1 }) must inherit property "relatedAddress" with the prop…
1200 [RTCIceCandidate interface: attribute relatedAddress]
1248 …interface: new RTCIceCandidate({ sdpMid: 1 }) must inherit property "relatedAddress" with the prop…
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/interfaces/
H A Dwebrtc-pc.idl181 readonly attribute DOMString? relatedAddress;

12