Home
last modified time | relevance | path

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

/external/webrtc/test/network/
Dnetwork_emulation.cc182 next_port_(kFirstEphemeralPort) { in EmulatedEndpointImpl()
238 std::numeric_limits<uint16_t>::max() - kFirstEphemeralPort + 1; in BindReceiver()
263 next_port_ = kFirstEphemeralPort; in NextPort()
Dnetwork_emulation.h167 static constexpr uint16_t kFirstEphemeralPort = 49152;
/external/webrtc/rtc_base/
Dvirtual_socket_server.cc41 const uint16_t kFirstEphemeralPort = 49152; variable
44 kLastEphemeralPort - kFirstEphemeralPort + 1;
533 next_port_(kFirstEphemeralPort), in VirtualSocketServer()
571 next_port_ = kFirstEphemeralPort; in GetNextPort()