Searched refs:FP_TCP (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/webrtc/base/ |
D | firewallsocketserver.cc | 30 if (!server_->Check(FP_TCP, GetLocalAddress(), addr)) { in Connect() 86 if (server_->Check(FP_TCP, addr, GetLocalAddress())) { in Accept()
|
D | firewallsocketserver.h | 24 enum FirewallProtocol { FP_UDP, FP_TCP, FP_ANY }; enumerator
|
/external/webrtc/webrtc/p2p/base/ |
D | p2ptransportchannel_unittest.cc | 899 fw()->AddRule(false, rtc::FP_TCP, SocketAddress(), in ConfigureEndpoint() 903 fw()->AddRule(true, rtc::FP_TCP, kPublicAddrs[endpoint], in ConfigureEndpoint() 905 fw()->AddRule(true, rtc::FP_TCP, kPublicAddrs[endpoint], in ConfigureEndpoint() 907 fw()->AddRule(false, rtc::FP_TCP, rtc::FD_ANY, in ConfigureEndpoint() 911 fw()->AddRule(true, rtc::FP_TCP, kPublicAddrs[endpoint], in ConfigureEndpoint() 913 fw()->AddRule(false, rtc::FP_TCP, rtc::FD_ANY, in ConfigureEndpoint() 918 fw()->AddRule(true, rtc::FP_TCP, kPublicAddrs[endpoint], in ConfigureEndpoint() 920 fw()->AddRule(false, rtc::FP_TCP, rtc::FD_ANY, in ConfigureEndpoint()
|