Searched refs:FP_TCP (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/rtc_base/ |
D | firewall_socket_server.cc | 41 if (!server_->Check(FP_TCP, GetLocalAddress(), addr)) { in Connect() 57 FirewallProtocol protocol = (type_ == SOCK_DGRAM) ? FP_UDP : FP_TCP; in SendTo() 102 if (server_->Check(FP_TCP, addr, GetLocalAddress())) { in Accept()
|
D | firewall_socket_server.h | 29 enum FirewallProtocol { FP_UDP, FP_TCP, FP_ANY }; enumerator
|
/external/webrtc/p2p/base/ |
D | p2p_transport_channel_unittest.cc | 1102 fw()->AddRule(false, rtc::FP_TCP, SocketAddress(), in ConfigureEndpoint() 1106 fw()->AddRule(true, rtc::FP_TCP, kPublicAddrs[endpoint], in ConfigureEndpoint() 1108 fw()->AddRule(true, rtc::FP_TCP, kPublicAddrs[endpoint], in ConfigureEndpoint() 1110 fw()->AddRule(false, rtc::FP_TCP, rtc::FD_ANY, in ConfigureEndpoint() 1114 fw()->AddRule(true, rtc::FP_TCP, kPublicAddrs[endpoint], in ConfigureEndpoint() 1116 fw()->AddRule(false, rtc::FP_TCP, rtc::FD_ANY, in ConfigureEndpoint() 1121 fw()->AddRule(true, rtc::FP_TCP, kPublicAddrs[endpoint], in ConfigureEndpoint() 1123 fw()->AddRule(false, rtc::FP_TCP, rtc::FD_ANY, in ConfigureEndpoint()
|