Home
last modified time | relevance | path

Searched refs:tcptype (Results 1 – 25 of 68) sorted by relevance

123

/dports/devel/py-aioice/aioice-0.7.5/src/aioice/
H A Dcandidate.py50 tcptype: Optional[str] = None,
62 self.tcptype = tcptype
118 if self.tcptype is not None:
119 sdp += " tcptype %s" % self.tcptype
/dports/audio/re/re-0.5.8/src/ice/
H A Dicesdp.c311 static const char *ice_tcptype_name(enum ice_tcptype tcptype) in ice_tcptype_name() argument
313 switch (tcptype) { in ice_tcptype_name()
355 ice_tcptype_name(cand->tcptype)); in ice_cand_attr_encode()
417 struct pl tcptype; in ice_cand_attr_decode() local
420 &tcptype); in ice_cand_attr_decode()
424 cand->tcptype = ice_tcptype_resolve(&tcptype); in ice_cand_attr_decode()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/api/
H A Dcandidate.h137 const std::string& tcptype() const { return tcptype_; } in tcptype() function
138 void set_tcptype(const std::string& tcptype) { tcptype_ = tcptype; } in set_tcptype() argument
/dports/net-im/tg_owt/tg_owt-d578c76/src/api/
H A Dcandidate.h137 const std::string& tcptype() const { return tcptype_; } in tcptype() function
138 void set_tcptype(const std::string& tcptype) { tcptype_ = tcptype; } in set_tcptype() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/api/
H A Dcandidate.h137 const std::string& tcptype() const { return tcptype_; } in tcptype() function
138 void set_tcptype(const std::string& tcptype) { tcptype_ = tcptype; } in set_tcptype() argument
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/api/
H A Dcandidate.h137 const std::string& tcptype() const { return tcptype_; } in tcptype() function
138 void set_tcptype(const std::string& tcptype) { tcptype_ = tcptype; } in set_tcptype() argument
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/api/
H A Dcandidate.h144 const std::string& tcptype() const { return tcptype_; } in tcptype() function
145 void set_tcptype(const std::string& tcptype) { in set_tcptype() argument
146 tcptype_ = tcptype; in set_tcptype()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/api/
H A Dcandidate.h144 const std::string& tcptype() const { return tcptype_; } in tcptype() function
145 void set_tcptype(const std::string& tcptype) { in set_tcptype() argument
146 tcptype_ = tcptype; in set_tcptype()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/api/
H A Dcandidate.h144 const std::string& tcptype() const { return tcptype_; } in tcptype() function
145 void set_tcptype(const std::string& tcptype) { in set_tcptype() argument
146 tcptype_ = tcptype; in set_tcptype()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/p2p/base/
H A Dcandidate.h149 const std::string& tcptype() const { return tcptype_; } in tcptype() function
150 void set_tcptype(const std::string& tcptype){ in set_tcptype() argument
151 tcptype_ = tcptype; in set_tcptype()
H A Dtcpport.cc71 if (address.tcptype() == TCPTYPE_ACTIVE_STR || in CreateConnection()
72 (address.tcptype().empty() && address.address().port() == 0)) { in CreateConnection()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/peerconnection/
H A Drtc_ice_candidate_platform.cc79 if (!c.tcptype().empty()) { in PopulateFields()
80 tcp_type_ = String::FromUTF8(c.tcptype().data()); in PopulateFields()
/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/src/external/steamwebrtc/
H A Dwebrtc_sdp.cc1181 std::string tcptype; in ParseCandidate() local
1184 tcptype = fields[++current_position]; in ParseCandidate()
1187 if (tcptype != cricket::TCPTYPE_ACTIVE_STR && in ParseCandidate()
1188 tcptype != cricket::TCPTYPE_PASSIVE_STR && in ParseCandidate()
1189 tcptype != cricket::TCPTYPE_SIMOPEN_STR) { in ParseCandidate()
1200 tcptype = cricket::TCPTYPE_PASSIVE_STR; in ParseCandidate()
1242 candidate->set_tcptype(tcptype); in ParseCandidate()
2035 !candidate.tcptype().empty()) { in BuildCandidate()
2036 os << kTcpCandidateType << " " << candidate.tcptype() << " "; in BuildCandidate()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/p2p/base/
H A Dcandidate.h176 const std::string& tcptype() const { return tcptype_; } in tcptype() function
177 void set_tcptype(const std::string& tcptype){ in set_tcptype() argument
178 tcptype_ = tcptype; in set_tcptype()
/dports/www/libdatachannel/libdatachannel-0.16.1/src/
H A Dcandidate.cpp123 string tcptype_, tcptype; in parse() local
124 if (tiss >> tcptype_ >> tcptype && tcptype_ == "tcptype") { in parse()
125 if (auto it = TcpTypeMap.find(tcptype); it != TcpTypeMap.end()) in parse()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/test/fuzzers/corpora/
H A Dsdp.tokens50 "tcptype"
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/test/fuzzers/corpora/
H A Dsdp.tokens50 "tcptype"
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/test/fuzzers/corpora/
H A Dsdp.tokens50 "tcptype"
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/test/fuzzers/corpora/
H A Dsdp.tokens50 "tcptype"
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/test/fuzzers/corpora/
H A Dsdp.tokens50 "tcptype"
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/p2p/base/
H A Dport.cc262 const std::string& tcptype, in AddAddress() argument
268 tcptype, type, type_preference, relay_preference, "", is_final); in AddAddress()
276 const std::string& tcptype, in AddAddress() argument
283 RTC_DCHECK(!tcptype.empty()); in AddAddress()
293 c.set_tcptype(tcptype); in AddAddress()
H A Dport.h380 const std::string& tcptype,
391 const std::string& tcptype,
/dports/devel/py-aiortc/aiortc-1.2.1/src/aiortc/
H A Drtcicetransport.py72 tcpType=x.tcptype,
87 tcptype=x.tcpType,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/peerconnection/
H A Drtc_ice_candidate_platform.cc79 tcp_type_ = String::FromUTF8(c.tcptype().data()); in PopulateFields()
/dports/net-im/tg_owt/tg_owt-d578c76/src/p2p/base/
H A Dice_transport_internal.cc30 (cand.tcptype() == cricket::TCPTYPE_ACTIVE_STR || port == 0)) { in VerifyCandidate()

123