Lines Matching full:sockettest
57 void SocketTest::TestConnectIPv4() { in TestConnectIPv4()
61 void SocketTest::TestConnectIPv6() { in TestConnectIPv6()
66 void SocketTest::TestConnectWithDnsLookupIPv4() { in TestConnectWithDnsLookupIPv4()
70 void SocketTest::TestConnectWithDnsLookupIPv6() { in TestConnectWithDnsLookupIPv6()
76 void SocketTest::TestConnectFailIPv4() { in TestConnectFailIPv4()
80 void SocketTest::TestConnectFailIPv6() { in TestConnectFailIPv6()
85 void SocketTest::TestConnectWithDnsLookupFailIPv4() { in TestConnectWithDnsLookupFailIPv4()
89 void SocketTest::TestConnectWithDnsLookupFailIPv6() { in TestConnectWithDnsLookupFailIPv6()
94 void SocketTest::TestConnectWithClosedSocketIPv4() { in TestConnectWithClosedSocketIPv4()
98 void SocketTest::TestConnectWithClosedSocketIPv6() { in TestConnectWithClosedSocketIPv6()
103 void SocketTest::TestConnectWhileNotClosedIPv4() { in TestConnectWhileNotClosedIPv4()
107 void SocketTest::TestConnectWhileNotClosedIPv6() { in TestConnectWhileNotClosedIPv6()
112 void SocketTest::TestServerCloseDuringConnectIPv4() { in TestServerCloseDuringConnectIPv4()
116 void SocketTest::TestServerCloseDuringConnectIPv6() { in TestServerCloseDuringConnectIPv6()
121 void SocketTest::TestClientCloseDuringConnectIPv4() { in TestClientCloseDuringConnectIPv4()
125 void SocketTest::TestClientCloseDuringConnectIPv6() { in TestClientCloseDuringConnectIPv6()
130 void SocketTest::TestServerCloseIPv4() { in TestServerCloseIPv4()
134 void SocketTest::TestServerCloseIPv6() { in TestServerCloseIPv6()
139 void SocketTest::TestCloseInClosedCallbackIPv4() { in TestCloseInClosedCallbackIPv4()
143 void SocketTest::TestCloseInClosedCallbackIPv6() { in TestCloseInClosedCallbackIPv6()
148 void SocketTest::TestDeleteInReadCallbackIPv4() { in TestDeleteInReadCallbackIPv4()
152 void SocketTest::TestDeleteInReadCallbackIPv6() { in TestDeleteInReadCallbackIPv6()
157 void SocketTest::TestSocketServerWaitIPv4() { in TestSocketServerWaitIPv4()
161 void SocketTest::TestSocketServerWaitIPv6() { in TestSocketServerWaitIPv6()
166 void SocketTest::TestTcpIPv4() { in TestTcpIPv4()
170 void SocketTest::TestTcpIPv6() { in TestTcpIPv6()
175 void SocketTest::TestSingleFlowControlCallbackIPv4() { in TestSingleFlowControlCallbackIPv4()
179 void SocketTest::TestSingleFlowControlCallbackIPv6() { in TestSingleFlowControlCallbackIPv6()
184 void SocketTest::TestUdpIPv4() { in TestUdpIPv4()
188 void SocketTest::TestUdpIPv6() { in TestUdpIPv6()
193 void SocketTest::TestUdpReadyToSendIPv4() { in TestUdpReadyToSendIPv4()
200 void SocketTest::TestUdpReadyToSendIPv6() { in TestUdpReadyToSendIPv6()
208 void SocketTest::TestGetSetOptionsIPv4() { in TestGetSetOptionsIPv4()
212 void SocketTest::TestGetSetOptionsIPv6() { in TestGetSetOptionsIPv6()
217 void SocketTest::TestSocketRecvTimestampIPv4() { in TestSocketRecvTimestampIPv4()
221 void SocketTest::TestSocketRecvTimestampIPv6() { in TestSocketRecvTimestampIPv6()
226 void SocketTest::TestUdpSocketRecvTimestampUseRtcEpochIPv4() { in TestUdpSocketRecvTimestampUseRtcEpochIPv4()
230 void SocketTest::TestUdpSocketRecvTimestampUseRtcEpochIPv6() { in TestUdpSocketRecvTimestampUseRtcEpochIPv6()
245 void SocketTest::ConnectInternal(const IPAddress& loopback) { in ConnectInternal()
299 void SocketTest::ConnectWithDnsLookupInternal(const IPAddress& loopback, in ConnectWithDnsLookupInternal()
348 void SocketTest::ConnectFailInternal(const IPAddress& loopback) { in ConnectFailInternal()
381 void SocketTest::ConnectWithDnsLookupFailInternal(const IPAddress& loopback) { in ConnectWithDnsLookupFailInternal()
421 void SocketTest::ConnectWithClosedSocketInternal(const IPAddress& loopback) { in ConnectWithClosedSocketInternal()
439 void SocketTest::ConnectWhileNotClosedInternal(const IPAddress& loopback) { in ConnectWhileNotClosedInternal()
481 void SocketTest::ServerCloseDuringConnectInternal(const IPAddress& loopback) { in ServerCloseDuringConnectInternal()
509 void SocketTest::ClientCloseDuringConnectInternal(const IPAddress& loopback) { in ClientCloseDuringConnectInternal()
547 void SocketTest::ServerCloseInternal(const IPAddress& loopback) { in ServerCloseInternal()
620 void SocketTest::CloseInClosedCallbackInternal(const IPAddress& loopback) { in CloseInClosedCallbackInternal()
684 void SocketTest::DeleteInReadCallbackInternal(const IPAddress& loopback) { in DeleteInReadCallbackInternal()
703 void SocketTest::SocketServerWaitInternal(const IPAddress& loopback) { in SocketServerWaitInternal()
751 void SocketTest::TcpInternal(const IPAddress& loopback, in TcpInternal()
879 void SocketTest::SingleFlowControlCallbackInternal(const IPAddress& loopback) { in SingleFlowControlCallbackInternal()
948 void SocketTest::UdpInternal(const IPAddress& loopback) { in UdpInternal()
994 void SocketTest::UdpReadyToSend(const IPAddress& loopback) { in UdpReadyToSend()
1040 void SocketTest::GetSetOptionsInternal(const IPAddress& loopback) { in GetSetOptionsInternal()
1083 void SocketTest::SocketRecvTimestamp(const IPAddress& loopback) { in SocketRecvTimestamp()
1117 void SocketTest::UdpSocketRecvTimestampUseRtcEpoch(const IPAddress& loopback) { in UdpSocketRecvTimestampUseRtcEpoch()