Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Ddtlstransport.h138 ConnectionRole local_connection_role = in NegotiateTransportDescription() local
145 if (local_connection_role != CONNECTIONROLE_ACTPASS) { in NegotiateTransportDescription()
170 if (local_connection_role == CONNECTIONROLE_ACTIVE || in NegotiateTransportDescription()
171 local_connection_role == CONNECTIONROLE_PASSIVE) { in NegotiateTransportDescription()
172 is_remote_server = (local_connection_role == CONNECTIONROLE_ACTIVE); in NegotiateTransportDescription()