Home
last modified time | relevance | path

Searched refs:tcp_port_range (Results 1 – 7 of 7) 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/commands/cvd/parser/doc/
Dstreaming.dot12 streaming--tcp_port_range
/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dstreamer.h51 std::pair<uint16_t, uint16_t> tcp_port_range = {15550, 15599}; member
Dstreamer.cpp630 if (config_.udp_port_range != config_.tcp_port_range) { in Build()
/device/google/cuttlefish/host/frontend/webrtc/
Dmain.cpp209 streamer_config.tcp_port_range = instance.webrtc_tcp_port_range(); in main()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc235 DEFINE_vec(tcp_port_range, CF_DEFAULTS_TCP_PORT_RANGE,
946 CF_EXPECT(GET_FLAG_STR_VALUE(tcp_port_range)); in InitializeCuttlefishConfiguration()