Searched refs:protocol_type (Results 1 – 5 of 5) sorted by relevance
20 ProtocolType protocol_type = PROTOCOL_UNKNOWN; in SocketStreamMetrics() local22 protocol_type = PROTOCOL_WEBSOCKET; in SocketStreamMetrics()24 protocol_type = PROTOCOL_WEBSOCKET_SECURE; in SocketStreamMetrics()27 protocol_type, NUM_PROTOCOL_TYPES); in SocketStreamMetrics()
133 ProtocolType protocol_type);
460 ProtocolType protocol_type) in P2PSocketHost() argument467 protocol_type_(protocol_type), in P2PSocketHost()
809 IceProtocolType protocol_type; in ApplyLocalTransportDescription_w() local810 if (ch->GetIceProtocolType(&protocol_type) && in ApplyLocalTransportDescription_w()811 protocol_type == ICEPROTO_HYBRID) { in ApplyLocalTransportDescription_w()
240 cricket::IceProtocolType protocol_type() { return protocol_type_; } in protocol_type() function332 channel->SetIceProtocolType(GetEndpoint(endpoint)->protocol_type()); in CreateChannel()