Home
last modified time | relevance | path

Searched refs:GetLocalAddress (Results 1 – 25 of 1228) sorted by relevance

12345678910>>...50

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/rtc_base/
H A Dsocket_unittest.cc256 EXPECT_EQ(0, client->Connect(server->GetLocalAddress())); in ConnectInternal()
257 EXPECT_FALSE(client->GetLocalAddress().IsNil()); in ConnectInternal()
258 EXPECT_NE(server->GetLocalAddress(), client->GetLocalAddress()); in ConnectInternal()
274 EXPECT_EQ(server->GetLocalAddress(), accepted->GetLocalAddress()); in ConnectInternal()
303 SocketAddress dns_addr(server->GetLocalAddress()); in ConnectWithDnsLookupInternal()
323 EXPECT_EQ(server->GetLocalAddress(), accepted->GetLocalAddress()); in ConnectWithDnsLookupInternal()
452 EXPECT_EQ(server->GetLocalAddress(), accepted->GetLocalAddress()); in ConnectWhileNotClosedInternal()
484 EXPECT_EQ(0, client->Connect(server->GetLocalAddress())); in ServerCloseDuringConnectInternal()
680 EXPECT_EQ(server->GetLocalAddress(), accepted->GetLocalAddress()); in SocketServerWaitInternal()
912 SocketAddress addr1 = socket->GetLocalAddress(); in UdpInternal()
[all …]
H A Dvirtual_socket_unittest.cc232 SocketAddress server_addr = socket->GetLocalAddress(); in BasicTest()
284 EXPECT_TRUE(client->GetLocalAddress().IsNil()); in ConnectTest()
305 EXPECT_NE(client->GetLocalAddress(), server->GetLocalAddress()); in ConnectTest()
328 EXPECT_EQ(accepted->GetLocalAddress(), server->GetLocalAddress()); in ConnectTest()
480 EXPECT_EQ(0, a->Connect(b->GetLocalAddress())); in CloseTest()
481 EXPECT_EQ(0, b->Connect(a->GetLocalAddress())); in CloseTest()
530 EXPECT_EQ(0, a->Connect(b->GetLocalAddress())); in TcpSendTest()
531 EXPECT_EQ(0, b->Connect(a->GetLocalAddress())); in TcpSendTest()
650 EXPECT_EQ(0, a->Connect(b->GetLocalAddress())); in TcpSendsPacketsInOrderTest()
651 EXPECT_EQ(0, b->Connect(a->GetLocalAddress())); in TcpSendsPacketsInOrderTest()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/rtc_base/
H A Dsocket_unittest.cc243 EXPECT_EQ(0, client->Connect(server->GetLocalAddress())); in ConnectInternal()
244 EXPECT_FALSE(client->GetLocalAddress().IsNil()); in ConnectInternal()
245 EXPECT_NE(server->GetLocalAddress(), client->GetLocalAddress()); in ConnectInternal()
261 EXPECT_EQ(server->GetLocalAddress(), accepted->GetLocalAddress()); in ConnectInternal()
290 SocketAddress dns_addr(server->GetLocalAddress()); in ConnectWithDnsLookupInternal()
310 EXPECT_EQ(server->GetLocalAddress(), accepted->GetLocalAddress()); in ConnectWithDnsLookupInternal()
439 EXPECT_EQ(server->GetLocalAddress(), accepted->GetLocalAddress()); in ConnectWhileNotClosedInternal()
472 EXPECT_EQ(0, client->Connect(server->GetLocalAddress())); in ServerCloseDuringConnectInternal()
668 EXPECT_EQ(server->GetLocalAddress(), accepted->GetLocalAddress()); in SocketServerWaitInternal()
899 SocketAddress addr1 = socket->GetLocalAddress(); in UdpInternal()
[all …]
H A Dvirtualsocket_unittest.cc214 SocketAddress server_addr = socket->GetLocalAddress(); in BasicTest()
266 EXPECT_TRUE(client->GetLocalAddress().IsNil()); in ConnectTest()
287 EXPECT_NE(client->GetLocalAddress(), server->GetLocalAddress()); in ConnectTest()
309 EXPECT_EQ(accepted->GetLocalAddress(), server->GetLocalAddress()); in ConnectTest()
461 EXPECT_EQ(0, a->Connect(b->GetLocalAddress())); in CloseTest()
462 EXPECT_EQ(0, b->Connect(a->GetLocalAddress())); in CloseTest()
511 EXPECT_EQ(0, a->Connect(b->GetLocalAddress())); in TcpSendTest()
512 EXPECT_EQ(0, b->Connect(a->GetLocalAddress())); in TcpSendTest()
631 EXPECT_EQ(0, a->Connect(b->GetLocalAddress())); in TcpSendsPacketsInOrderTest()
632 EXPECT_EQ(0, b->Connect(a->GetLocalAddress())); in TcpSendsPacketsInOrderTest()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/rtc_base/
H A Dsocket_unittest.cc243 EXPECT_EQ(0, client->Connect(server->GetLocalAddress())); in ConnectInternal()
244 EXPECT_FALSE(client->GetLocalAddress().IsNil()); in ConnectInternal()
245 EXPECT_NE(server->GetLocalAddress(), client->GetLocalAddress()); in ConnectInternal()
261 EXPECT_EQ(server->GetLocalAddress(), accepted->GetLocalAddress()); in ConnectInternal()
290 SocketAddress dns_addr(server->GetLocalAddress()); in ConnectWithDnsLookupInternal()
310 EXPECT_EQ(server->GetLocalAddress(), accepted->GetLocalAddress()); in ConnectWithDnsLookupInternal()
439 EXPECT_EQ(server->GetLocalAddress(), accepted->GetLocalAddress()); in ConnectWhileNotClosedInternal()
472 EXPECT_EQ(0, client->Connect(server->GetLocalAddress())); in ServerCloseDuringConnectInternal()
668 EXPECT_EQ(server->GetLocalAddress(), accepted->GetLocalAddress()); in SocketServerWaitInternal()
899 SocketAddress addr1 = socket->GetLocalAddress(); in UdpInternal()
[all …]
H A Dvirtualsocket_unittest.cc214 SocketAddress server_addr = socket->GetLocalAddress(); in BasicTest()
266 EXPECT_TRUE(client->GetLocalAddress().IsNil()); in ConnectTest()
287 EXPECT_NE(client->GetLocalAddress(), server->GetLocalAddress()); in ConnectTest()
309 EXPECT_EQ(accepted->GetLocalAddress(), server->GetLocalAddress()); in ConnectTest()
461 EXPECT_EQ(0, a->Connect(b->GetLocalAddress())); in CloseTest()
462 EXPECT_EQ(0, b->Connect(a->GetLocalAddress())); in CloseTest()
511 EXPECT_EQ(0, a->Connect(b->GetLocalAddress())); in TcpSendTest()
512 EXPECT_EQ(0, b->Connect(a->GetLocalAddress())); in TcpSendTest()
631 EXPECT_EQ(0, a->Connect(b->GetLocalAddress())); in TcpSendsPacketsInOrderTest()
632 EXPECT_EQ(0, b->Connect(a->GetLocalAddress())); in TcpSendsPacketsInOrderTest()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/rtc_base/
H A Dsocket_unittest.cc243 EXPECT_EQ(0, client->Connect(server->GetLocalAddress())); in ConnectInternal()
244 EXPECT_FALSE(client->GetLocalAddress().IsNil()); in ConnectInternal()
245 EXPECT_NE(server->GetLocalAddress(), client->GetLocalAddress()); in ConnectInternal()
261 EXPECT_EQ(server->GetLocalAddress(), accepted->GetLocalAddress()); in ConnectInternal()
290 SocketAddress dns_addr(server->GetLocalAddress()); in ConnectWithDnsLookupInternal()
310 EXPECT_EQ(server->GetLocalAddress(), accepted->GetLocalAddress()); in ConnectWithDnsLookupInternal()
439 EXPECT_EQ(server->GetLocalAddress(), accepted->GetLocalAddress()); in ConnectWhileNotClosedInternal()
472 EXPECT_EQ(0, client->Connect(server->GetLocalAddress())); in ServerCloseDuringConnectInternal()
668 EXPECT_EQ(server->GetLocalAddress(), accepted->GetLocalAddress()); in SocketServerWaitInternal()
899 SocketAddress addr1 = socket->GetLocalAddress(); in UdpInternal()
[all …]
H A Dvirtualsocket_unittest.cc214 SocketAddress server_addr = socket->GetLocalAddress(); in BasicTest()
266 EXPECT_TRUE(client->GetLocalAddress().IsNil()); in ConnectTest()
287 EXPECT_NE(client->GetLocalAddress(), server->GetLocalAddress()); in ConnectTest()
309 EXPECT_EQ(accepted->GetLocalAddress(), server->GetLocalAddress()); in ConnectTest()
461 EXPECT_EQ(0, a->Connect(b->GetLocalAddress())); in CloseTest()
462 EXPECT_EQ(0, b->Connect(a->GetLocalAddress())); in CloseTest()
511 EXPECT_EQ(0, a->Connect(b->GetLocalAddress())); in TcpSendTest()
512 EXPECT_EQ(0, b->Connect(a->GetLocalAddress())); in TcpSendTest()
631 EXPECT_EQ(0, a->Connect(b->GetLocalAddress())); in TcpSendsPacketsInOrderTest()
632 EXPECT_EQ(0, b->Connect(a->GetLocalAddress())); in TcpSendsPacketsInOrderTest()
[all …]
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/base/
H A Dsocket_unittest.cc216 EXPECT_EQ(0, client->Connect(server->GetLocalAddress())); in ConnectInternal()
217 EXPECT_FALSE(client->GetLocalAddress().IsNil()); in ConnectInternal()
218 EXPECT_NE(server->GetLocalAddress(), client->GetLocalAddress()); in ConnectInternal()
234 EXPECT_EQ(server->GetLocalAddress(), accepted->GetLocalAddress()); in ConnectInternal()
263 SocketAddress dns_addr(server->GetLocalAddress()); in ConnectWithDnsLookupInternal()
283 EXPECT_EQ(server->GetLocalAddress(), accepted->GetLocalAddress()); in ConnectWithDnsLookupInternal()
412 EXPECT_EQ(server->GetLocalAddress(), accepted->GetLocalAddress()); in ConnectWhileNotClosedInternal()
445 EXPECT_EQ(0, client->Connect(server->GetLocalAddress())); in ServerCloseDuringConnectInternal()
474 EXPECT_EQ(0, client->Connect(server->GetLocalAddress())); in ClientCloseDuringConnectInternal()
644 EXPECT_EQ(server->GetLocalAddress(), accepted->GetLocalAddress()); in SocketServerWaitInternal()
[all …]
H A Dvirtualsocket_unittest.cc201 SocketAddress server_addr = socket->GetLocalAddress(); in BasicTest()
250 EXPECT_TRUE(client->GetLocalAddress().IsNil()); in ConnectTest()
271 EXPECT_NE(client->GetLocalAddress(), server->GetLocalAddress()); in ConnectTest()
293 EXPECT_EQ(accepted->GetLocalAddress(), server->GetLocalAddress()); in ConnectTest()
445 EXPECT_EQ(0, a->Connect(b->GetLocalAddress())); in CloseTest()
446 EXPECT_EQ(0, b->Connect(a->GetLocalAddress())); in CloseTest()
493 EXPECT_EQ(0, a->Connect(b->GetLocalAddress())); in TcpSendTest()
494 EXPECT_EQ(0, b->Connect(a->GetLocalAddress())); in TcpSendTest()
613 EXPECT_EQ(0, a->Connect(b->GetLocalAddress())); in TcpSendsPacketsInOrderTest()
614 EXPECT_EQ(0, b->Connect(a->GetLocalAddress())); in TcpSendsPacketsInOrderTest()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/base/
H A Dsocket_unittest.cc216 EXPECT_EQ(0, client->Connect(server->GetLocalAddress())); in ConnectInternal()
217 EXPECT_FALSE(client->GetLocalAddress().IsNil()); in ConnectInternal()
218 EXPECT_NE(server->GetLocalAddress(), client->GetLocalAddress()); in ConnectInternal()
234 EXPECT_EQ(server->GetLocalAddress(), accepted->GetLocalAddress()); in ConnectInternal()
263 SocketAddress dns_addr(server->GetLocalAddress()); in ConnectWithDnsLookupInternal()
283 EXPECT_EQ(server->GetLocalAddress(), accepted->GetLocalAddress()); in ConnectWithDnsLookupInternal()
412 EXPECT_EQ(server->GetLocalAddress(), accepted->GetLocalAddress()); in ConnectWhileNotClosedInternal()
445 EXPECT_EQ(0, client->Connect(server->GetLocalAddress())); in ServerCloseDuringConnectInternal()
474 EXPECT_EQ(0, client->Connect(server->GetLocalAddress())); in ClientCloseDuringConnectInternal()
644 EXPECT_EQ(server->GetLocalAddress(), accepted->GetLocalAddress()); in SocketServerWaitInternal()
[all …]
H A Dvirtualsocket_unittest.cc156 SocketAddress server_addr = socket->GetLocalAddress(); in BasicTest()
205 EXPECT_TRUE(client->GetLocalAddress().IsNil()); in ConnectTest()
226 EXPECT_NE(client->GetLocalAddress(), server->GetLocalAddress()); in ConnectTest()
248 EXPECT_EQ(accepted->GetLocalAddress(), server->GetLocalAddress()); in ConnectTest()
400 EXPECT_EQ(0, a->Connect(b->GetLocalAddress())); in CloseTest()
401 EXPECT_EQ(0, b->Connect(a->GetLocalAddress())); in CloseTest()
448 EXPECT_EQ(0, a->Connect(b->GetLocalAddress())); in TcpSendTest()
449 EXPECT_EQ(0, b->Connect(a->GetLocalAddress())); in TcpSendTest()
568 EXPECT_EQ(0, a->Connect(b->GetLocalAddress())); in TcpSendsPacketsInOrderTest()
569 EXPECT_EQ(0, b->Connect(a->GetLocalAddress())); in TcpSendsPacketsInOrderTest()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/rtc_base/
H A Dvirtual_socket_unittest.cc233 SocketAddress server_addr = socket->GetLocalAddress(); in BasicTest()
285 EXPECT_TRUE(client->GetLocalAddress().IsNil()); in ConnectTest()
306 EXPECT_NE(client->GetLocalAddress(), server->GetLocalAddress()); in ConnectTest()
329 EXPECT_EQ(accepted->GetLocalAddress(), server->GetLocalAddress()); in ConnectTest()
481 EXPECT_EQ(0, a->Connect(b->GetLocalAddress())); in CloseTest()
482 EXPECT_EQ(0, b->Connect(a->GetLocalAddress())); in CloseTest()
531 EXPECT_EQ(0, a->Connect(b->GetLocalAddress())); in TcpSendTest()
532 EXPECT_EQ(0, b->Connect(a->GetLocalAddress())); in TcpSendTest()
651 EXPECT_EQ(0, a->Connect(b->GetLocalAddress())); in TcpSendsPacketsInOrderTest()
652 EXPECT_EQ(0, b->Connect(a->GetLocalAddress())); in TcpSendsPacketsInOrderTest()
[all …]
H A Dsocket_unittest.cc265 EXPECT_EQ(0, client->Connect(server->GetLocalAddress())); in ConnectInternal()
266 EXPECT_FALSE(client->GetLocalAddress().IsNil()); in ConnectInternal()
267 EXPECT_NE(server->GetLocalAddress(), client->GetLocalAddress()); in ConnectInternal()
283 EXPECT_EQ(server->GetLocalAddress(), accepted->GetLocalAddress()); in ConnectInternal()
312 SocketAddress dns_addr(server->GetLocalAddress()); in ConnectWithDnsLookupInternal()
332 EXPECT_EQ(server->GetLocalAddress(), accepted->GetLocalAddress()); in ConnectWithDnsLookupInternal()
461 EXPECT_EQ(server->GetLocalAddress(), accepted->GetLocalAddress()); in ConnectWhileNotClosedInternal()
493 EXPECT_EQ(0, client->Connect(server->GetLocalAddress())); in ServerCloseDuringConnectInternal()
725 EXPECT_EQ(server->GetLocalAddress(), accepted->GetLocalAddress()); in SocketServerWaitInternal()
957 SocketAddress addr1 = socket->GetLocalAddress(); in UdpInternal()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/rtc_base/
H A Dvirtual_socket_unittest.cc233 SocketAddress server_addr = socket->GetLocalAddress(); in BasicTest()
285 EXPECT_TRUE(client->GetLocalAddress().IsNil()); in ConnectTest()
306 EXPECT_NE(client->GetLocalAddress(), server->GetLocalAddress()); in ConnectTest()
329 EXPECT_EQ(accepted->GetLocalAddress(), server->GetLocalAddress()); in ConnectTest()
481 EXPECT_EQ(0, a->Connect(b->GetLocalAddress())); in CloseTest()
482 EXPECT_EQ(0, b->Connect(a->GetLocalAddress())); in CloseTest()
531 EXPECT_EQ(0, a->Connect(b->GetLocalAddress())); in TcpSendTest()
532 EXPECT_EQ(0, b->Connect(a->GetLocalAddress())); in TcpSendTest()
651 EXPECT_EQ(0, a->Connect(b->GetLocalAddress())); in TcpSendsPacketsInOrderTest()
652 EXPECT_EQ(0, b->Connect(a->GetLocalAddress())); in TcpSendsPacketsInOrderTest()
[all …]
H A Dsocket_unittest.cc265 EXPECT_EQ(0, client->Connect(server->GetLocalAddress())); in ConnectInternal()
266 EXPECT_FALSE(client->GetLocalAddress().IsNil()); in ConnectInternal()
267 EXPECT_NE(server->GetLocalAddress(), client->GetLocalAddress()); in ConnectInternal()
283 EXPECT_EQ(server->GetLocalAddress(), accepted->GetLocalAddress()); in ConnectInternal()
312 SocketAddress dns_addr(server->GetLocalAddress()); in ConnectWithDnsLookupInternal()
332 EXPECT_EQ(server->GetLocalAddress(), accepted->GetLocalAddress()); in ConnectWithDnsLookupInternal()
461 EXPECT_EQ(server->GetLocalAddress(), accepted->GetLocalAddress()); in ConnectWhileNotClosedInternal()
493 EXPECT_EQ(0, client->Connect(server->GetLocalAddress())); in ServerCloseDuringConnectInternal()
725 EXPECT_EQ(server->GetLocalAddress(), accepted->GetLocalAddress()); in SocketServerWaitInternal()
957 SocketAddress addr1 = socket->GetLocalAddress(); in UdpInternal()
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/rtc_base/
H A Dvirtual_socket_unittest.cc233 SocketAddress server_addr = socket->GetLocalAddress(); in BasicTest()
285 EXPECT_TRUE(client->GetLocalAddress().IsNil()); in ConnectTest()
306 EXPECT_NE(client->GetLocalAddress(), server->GetLocalAddress()); in ConnectTest()
329 EXPECT_EQ(accepted->GetLocalAddress(), server->GetLocalAddress()); in ConnectTest()
481 EXPECT_EQ(0, a->Connect(b->GetLocalAddress())); in CloseTest()
482 EXPECT_EQ(0, b->Connect(a->GetLocalAddress())); in CloseTest()
531 EXPECT_EQ(0, a->Connect(b->GetLocalAddress())); in TcpSendTest()
532 EXPECT_EQ(0, b->Connect(a->GetLocalAddress())); in TcpSendTest()
651 EXPECT_EQ(0, a->Connect(b->GetLocalAddress())); in TcpSendsPacketsInOrderTest()
652 EXPECT_EQ(0, b->Connect(a->GetLocalAddress())); in TcpSendsPacketsInOrderTest()
[all …]
H A Dsocket_unittest.cc265 EXPECT_EQ(0, client->Connect(server->GetLocalAddress())); in ConnectInternal()
266 EXPECT_FALSE(client->GetLocalAddress().IsNil()); in ConnectInternal()
267 EXPECT_NE(server->GetLocalAddress(), client->GetLocalAddress()); in ConnectInternal()
283 EXPECT_EQ(server->GetLocalAddress(), accepted->GetLocalAddress()); in ConnectInternal()
312 SocketAddress dns_addr(server->GetLocalAddress()); in ConnectWithDnsLookupInternal()
332 EXPECT_EQ(server->GetLocalAddress(), accepted->GetLocalAddress()); in ConnectWithDnsLookupInternal()
461 EXPECT_EQ(server->GetLocalAddress(), accepted->GetLocalAddress()); in ConnectWhileNotClosedInternal()
493 EXPECT_EQ(0, client->Connect(server->GetLocalAddress())); in ServerCloseDuringConnectInternal()
725 EXPECT_EQ(server->GetLocalAddress(), accepted->GetLocalAddress()); in SocketServerWaitInternal()
957 SocketAddress addr1 = socket->GetLocalAddress(); in UdpInternal()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/base/
H A Dvirtualsocket_unittest.cc203 SocketAddress server_addr = socket->GetLocalAddress(); in BasicTest()
252 EXPECT_TRUE(client->GetLocalAddress().IsNil()); in ConnectTest()
273 EXPECT_NE(client->GetLocalAddress(), server->GetLocalAddress()); in ConnectTest()
295 EXPECT_EQ(accepted->GetLocalAddress(), server->GetLocalAddress()); in ConnectTest()
446 EXPECT_EQ(0, a->Connect(b->GetLocalAddress())); in CloseTest()
447 EXPECT_EQ(0, b->Connect(a->GetLocalAddress())); in CloseTest()
494 EXPECT_EQ(0, a->Connect(b->GetLocalAddress())); in TcpSendTest()
495 EXPECT_EQ(0, b->Connect(a->GetLocalAddress())); in TcpSendTest()
614 EXPECT_EQ(0, a->Connect(b->GetLocalAddress())); in TcpSendsPacketsInOrderTest()
615 EXPECT_EQ(0, b->Connect(a->GetLocalAddress())); in TcpSendsPacketsInOrderTest()
[all …]
H A Dsocket_unittest.cc231 EXPECT_EQ(0, client->Connect(server->GetLocalAddress())); in ConnectInternal()
232 EXPECT_FALSE(client->GetLocalAddress().IsNil()); in ConnectInternal()
233 EXPECT_NE(server->GetLocalAddress(), client->GetLocalAddress()); in ConnectInternal()
249 EXPECT_EQ(server->GetLocalAddress(), accepted->GetLocalAddress()); in ConnectInternal()
278 SocketAddress dns_addr(server->GetLocalAddress()); in ConnectWithDnsLookupInternal()
298 EXPECT_EQ(server->GetLocalAddress(), accepted->GetLocalAddress()); in ConnectWithDnsLookupInternal()
427 EXPECT_EQ(server->GetLocalAddress(), accepted->GetLocalAddress()); in ConnectWhileNotClosedInternal()
460 EXPECT_EQ(0, client->Connect(server->GetLocalAddress())); in ServerCloseDuringConnectInternal()
659 EXPECT_EQ(server->GetLocalAddress(), accepted->GetLocalAddress()); in SocketServerWaitInternal()
892 SocketAddress addr1 = socket->GetLocalAddress(); in UdpInternal()
[all …]
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/base/
H A Dsocket_unittest.cc50 EXPECT_EQ(kEmptyAddr, client->GetLocalAddress()); in TestConnect()
65 EXPECT_EQ(0, client->Connect(server->GetLocalAddress())); in TestConnect()
67 EXPECT_NE(server->GetLocalAddress(), client->GetLocalAddress()); in TestConnect()
83 EXPECT_EQ(server->GetLocalAddress(), accepted->GetLocalAddress()); in TestConnect()
109 SocketAddress dns_addr(server->GetLocalAddress()); in TestConnectWithDnsLookup()
111 EXPECT_EQ(0, client->Connect(server->GetLocalAddress())); in TestConnectWithDnsLookup()
129 EXPECT_EQ(server->GetLocalAddress(), accepted->GetLocalAddress()); in TestConnectWithDnsLookup()
233 EXPECT_EQ(0, client->Connect(server->GetLocalAddress())); in TestServerCloseDuringConnect()
260 EXPECT_EQ(0, client->Connect(server->GetLocalAddress())); in TestClientCloseDuringConnect()
424 EXPECT_EQ(server->GetLocalAddress(), accepted->GetLocalAddress()); in TestSocketServerWait()
[all …]
H A Dvirtualsocket_unittest.cc216 EXPECT_EQ(client->GetLocalAddress(), kEmptyAddr); in ConnectTest()
236 EXPECT_NE(client->GetLocalAddress(), server->GetLocalAddress()); in ConnectTest()
258 EXPECT_EQ(accepted->GetLocalAddress(), server->GetLocalAddress()); in ConnectTest()
401 EXPECT_EQ(a->GetLocalAddress().ipaddr().family(), in CloseTest()
407 EXPECT_EQ(b->GetLocalAddress().ipaddr().family(), in CloseTest()
410 EXPECT_EQ(0, a->Connect(b->GetLocalAddress())); in CloseTest()
411 EXPECT_EQ(0, b->Connect(a->GetLocalAddress())); in CloseTest()
459 EXPECT_EQ(0, a->Connect(b->GetLocalAddress())); in TcpSendTest()
460 EXPECT_EQ(0, b->Connect(a->GetLocalAddress())); in TcpSendTest()
579 EXPECT_EQ(0, a->Connect(b->GetLocalAddress())); in TcpSendsPacketsInOrderTest()
[all …]
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/internet/model/
H A Dipv4-end-point-demux.cc69 (*i)->GetLocalAddress () == addr && in LookupLocal()
142 (*i)->GetLocalAddress () == localAddress && in Allocate()
216 << " daddr=" << endP->GetLocalAddress () in Lookup()
256 if (endP->GetLocalAddress () == daddr) in Lookup()
261 else if (endP->GetLocalAddress () == Ipv4Address::GetAny ()) in Lookup()
274 if (endP->GetLocalAddress () == addrNetpart) in Lookup()
307 …NS_LOG_LOGIC ("Found an endpoint for case 4, adding " << endP->GetLocalAddress () << ":" << endP->… in Lookup()
312 …NS_LOG_LOGIC ("Found an endpoint for case 3, adding " << endP->GetLocalAddress () << ":" << endP->… in Lookup()
317 …NS_LOG_LOGIC ("Found an endpoint for case 2, adding " << endP->GetLocalAddress () << ":" << endP->… in Lookup()
356 if ((*i)->GetLocalAddress () == daddr && in SimpleLookup()
[all …]
/dports/net/opal/opal-3.10.10/src/t120/
H A Dh323t120.cxx194 …H323TransportAddress h323addr = listener->GetLocalAddress(connection.GetControlChannel().GetLocalA… in OnSendingPDU()
213 h323addr = listener->GetLocalAddress(connection.GetControlChannel().GetLocalAddress()); in OnSendOpenAck()
215 h323addr = transport->GetLocalAddress(); in OnSendOpenAck()
254 if (!connection.GetControlChannel().GetLocalAddress().GetIpAddress(ip)) { in OnReceivedPDU()
268 PTRACE(2, "H323T120\tCreated listener on " << listener->GetLocalAddress()); in OnReceivedPDU()
297 << transport->GetLocalAddress() << " to " << transport->GetRemoteAddress()); in OnReceivedPDU()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/p2p/base/
H A Dturn_server_unittest.cc54 TurnServerConnection connection1(socket2->GetLocalAddress(), PROTO_UDP, in TEST_F()
56 TurnServerConnection connection2(socket2->GetLocalAddress(), PROTO_UDP, in TEST_F()
58 TurnServerConnection connection3(socket1->GetLocalAddress(), PROTO_UDP, in TEST_F()
60 TurnServerConnection connection4(socket2->GetLocalAddress(), PROTO_TCP, in TEST_F()

12345678910>>...50