Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/libcommon/
Dport_range_socket_factory.cpp53 std::pair<uint16_t, uint16_t> tcp_port_range) in PortRangeSocketFactory() argument
56 tcp_port_range_(tcp_port_range) {} in PortRangeSocketFactory()
Dport_range_socket_factory.h34 std::pair<uint16_t, uint16_t> tcp_port_range);
/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dstreamer.h55 std::pair<uint16_t, uint16_t> tcp_port_range = {15550, 15599}; member
Dstreamer.cpp680 if (config_.udp_port_range != config_.tcp_port_range) { in Build()
/device/google/cuttlefish/host/frontend/webrtc/
Dmain.cpp176 streamer_config.tcp_port_range = instance.webrtc_tcp_port_range(); in main()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc286 DEFINE_vec(tcp_port_range, CF_DEFAULTS_TCP_PORT_RANGE,
1161 CF_EXPECT(GET_FLAG_STR_VALUE(tcp_port_range)); in InitializeCuttlefishConfiguration()