Searched defs:PRFLX_PORT_TYPE (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/p2p/base/
H A Dport.cc86 const char PRFLX_PORT_TYPE[] = "prflx"; member in namespace:cricket
1292 if (remote_candidate_.type() == PRFLX_PORT_TYPE &&
1293 new_candidate.type() != PRFLX_PORT_TYPE &&
1383 new_local_candidate.set_type(PRFLX_PORT_TYPE);
1393 ComputeFoundation(PRFLX_PORT_TYPE, local_candidate().protocol(),

Completed in 189 milliseconds