Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Ddtlstransport.h140 ConnectionRole remote_connection_role = in NegotiateTransportDescription() local
151 if (remote_connection_role == CONNECTIONROLE_ACTIVE || in NegotiateTransportDescription()
152 remote_connection_role == CONNECTIONROLE_PASSIVE || in NegotiateTransportDescription()
153 remote_connection_role == CONNECTIONROLE_NONE) { in NegotiateTransportDescription()
154 is_remote_server = (remote_connection_role == CONNECTIONROLE_PASSIVE); in NegotiateTransportDescription()
163 if (remote_connection_role != CONNECTIONROLE_ACTPASS && in NegotiateTransportDescription()
164 remote_connection_role != CONNECTIONROLE_NONE) { in NegotiateTransportDescription()