Searched refs:int_proto (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/p2p/base/ |
D | port_unittest.cc | 528 ProtocolType int_proto, in CreateRelayPort() argument 530 return CreateTurnPort(addr, &socket_factory_, int_proto, ext_proto); in CreateRelayPort() 534 ProtocolType int_proto, in CreateTurnPort() argument 537 int_proto == PROTO_TCP ? kTurnTcpIntAddr : kTurnUdpIntAddr; in CreateTurnPort() 538 return CreateTurnPort(addr, socket_factory, int_proto, ext_proto, in CreateTurnPort() 544 ProtocolType int_proto, in CreateTurnPort() argument 549 ProtocolAddress(server_addr, int_proto), in CreateTurnPort()
|