Home
last modified time | relevance | path

Searched refs:BLOCK_ALL_BUT_OUTGOING_HTTP (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dp2ptransportchannel_unittest.cc174 BLOCK_ALL_BUT_OUTGOING_HTTP, // Firewall, only TCP out on 80/443 enumerator
890 case BLOCK_ALL_BUT_OUTGOING_HTTP: in ConfigureEndpoint()
901 } else if (config == BLOCK_ALL_BUT_OUTGOING_HTTP) { in ConfigureEndpoint()
1080 P2P_TEST(x, BLOCK_ALL_BUT_OUTGOING_HTTP) \
1094 P2P_TEST(x, BLOCK_ALL_BUT_OUTGOING_HTTP) \
1107 P2P_TEST_SET(BLOCK_ALL_BUT_OUTGOING_HTTP) in P2P_TEST_SET()