Searched defs:max_port (Results 1 - 16 of 16) sorted by relevance

/external/webrtc/webrtc/p2p/base/
H A Dbasicpacketsocketfactory.cc49 uint16_t max_port) {
57 if (BindSocket(socket, address, min_port, max_port) < 0) {
69 uint16_t max_port,
84 if (BindSocket(socket, local_address, min_port, max_port) < 0) {
185 uint16_t max_port) {
187 if (min_port == 0 && max_port == 0) {
192 for (int port = min_port; ret < 0 && port <= max_port; ++port) {
46 CreateUdpSocket( const SocketAddress& address, uint16_t min_port, uint16_t max_port) argument
66 CreateServerTcpSocket( const SocketAddress& local_address, uint16_t min_port, uint16_t max_port, int opts) argument
182 BindSocket(AsyncSocket* socket, const SocketAddress& local_address, uint16_t min_port, uint16_t max_port) argument
H A Drelayport.h43 uint16_t max_port,
46 return new RelayPort(thread, factory, network, ip, min_port, max_port,
81 uint16_t max_port,
38 Create(rtc::Thread* thread, rtc::PacketSocketFactory* factory, rtc::Network* network, const rtc::IPAddress& ip, uint16_t min_port, uint16_t max_port, const std::string& username, const std::string& password) argument
H A Dtcpport.h36 uint16_t max_port,
41 max_port, username, password, allow_listen);
68 uint16_t max_port,
31 Create(rtc::Thread* thread, rtc::PacketSocketFactory* factory, rtc::Network* network, const rtc::IPAddress& ip, uint16_t min_port, uint16_t max_port, const std::string& username, const std::string& password, bool allow_listen) argument
H A Dstunport.h53 uint16_t max_port,
59 new UDPPort(thread, factory, network, ip, min_port, max_port, username,
115 uint16_t max_port,
235 uint16_t max_port,
241 ip, min_port, max_port,
263 uint16_t max_port,
273 max_port,
48 Create(rtc::Thread* thread, rtc::PacketSocketFactory* factory, rtc::Network* network, const rtc::IPAddress& ip, uint16_t min_port, uint16_t max_port, const std::string& username, const std::string& password, const std::string& origin, bool emit_local_for_anyaddress) argument
230 Create(rtc::Thread* thread, rtc::PacketSocketFactory* factory, rtc::Network* network, const rtc::IPAddress& ip, uint16_t min_port, uint16_t max_port, const std::string& username, const std::string& password, const ServerAddresses& servers, const std::string& origin) argument
258 StunPort(rtc::Thread* thread, rtc::PacketSocketFactory* factory, rtc::Network* network, const rtc::IPAddress& ip, uint16_t min_port, uint16_t max_port, const std::string& username, const std::string& password, const ServerAddresses& servers, const std::string& origin) argument
H A Dtcpport.cc80 uint16_t max_port,
90 max_port,
106 rtc::SocketAddress(ip(), 0), min_port(), max_port(),
75 TCPPort(rtc::Thread* thread, rtc::PacketSocketFactory* factory, rtc::Network* network, const rtc::IPAddress& ip, uint16_t min_port, uint16_t max_port, const std::string& username, const std::string& password, bool allow_listen) argument
H A Dturnport.h62 uint16_t max_port,
69 return new TurnPort(thread, factory, network, ip, min_port, max_port,
172 uint16_t max_port,
57 Create(rtc::Thread* thread, rtc::PacketSocketFactory* factory, rtc::Network* network, const rtc::IPAddress& ip, uint16_t min_port, uint16_t max_port, const std::string& username, const std::string& password, const ProtocolAddress& server_address, const RelayCredentials& credentials, int server_priority, const std::string& origin) argument
H A Dportallocator.h208 int max_port() const { return max_port_; } function in class:cricket::PortAllocator
209 bool SetPortRange(int min_port, int max_port) { argument
210 if (min_port > max_port) {
215 max_port_ = max_port;
H A Dstunport.cc191 uint16_t max_port,
202 max_port,
218 rtc::SocketAddress(ip(), 0), min_port(), max_port());
186 UDPPort(rtc::Thread* thread, rtc::PacketSocketFactory* factory, rtc::Network* network, const rtc::IPAddress& ip, uint16_t min_port, uint16_t max_port, const std::string& username, const std::string& password, const std::string& origin, bool emit_local_for_anyaddress) argument
H A Drelayport.cc186 uint16_t max_port,
195 max_port,
492 port_->min_port(), port_->max_port());
181 RelayPort(rtc::Thread* thread, rtc::PacketSocketFactory* factory, rtc::Network* network, const rtc::IPAddress& ip, uint16_t min_port, uint16_t max_port, const std::string& username, const std::string& password) argument
H A Dport.cc164 uint16_t max_port,
174 max_port_(max_port),
158 Port(rtc::Thread* thread, const std::string& type, rtc::PacketSocketFactory* factory, rtc::Network* network, const rtc::IPAddress& ip, uint16_t min_port, uint16_t max_port, const std::string& username_fragment, const std::string& password) argument
H A Dport.h130 uint16_t max_port,
265 uint16_t max_port() { return max_port_; } function in class:cricket::Port
H A Dturnport.cc217 uint16_t max_port,
230 max_port,
323 rtc::SocketAddress(ip(), 0), min_port(), max_port());
212 TurnPort(rtc::Thread* thread, rtc::PacketSocketFactory* factory, rtc::Network* network, const rtc::IPAddress& ip, uint16_t min_port, uint16_t max_port, const std::string& username, const std::string& password, const ProtocolAddress& server_address, const RelayCredentials& credentials, int server_priority, const std::string& origin) argument
H A Dport_unittest.cc106 uint16_t max_port,
115 max_port,
921 uint16_t max_port) override {
930 uint16_t max_port,
100 TestPort(rtc::Thread* thread, const std::string& type, rtc::PacketSocketFactory* factory, rtc::Network* network, const rtc::IPAddress& ip, uint16_t min_port, uint16_t max_port, const std::string& username_fragment, const std::string& password) argument
/external/webrtc/webrtc/p2p/client/
H A Dfakeportallocator.h34 uint16_t max_port,
40 max_port, username, password, origin,
64 uint16_t max_port,
74 max_port,
29 Create(rtc::Thread* thread, rtc::PacketSocketFactory* factory, rtc::Network* network, const rtc::IPAddress& ip, uint16_t min_port, uint16_t max_port, const std::string& username, const std::string& password, const std::string& origin, bool emit_localhost_for_anyaddress) argument
59 TestUDPPort(rtc::Thread* thread, rtc::PacketSocketFactory* factory, rtc::Network* network, const rtc::IPAddress& ip, uint16_t min_port, uint16_t max_port, const std::string& username, const std::string& password, const std::string& origin, bool emit_localhost_for_anyaddress) argument
H A Dportallocator_unittest.cc138 bool SetPortRange(int min_port, int max_port) { argument
139 return allocator_->SetPortRange(min_port, max_port);
227 int min_port, int max_port) {
228 return (addr.port() >= min_port && addr.port() <= max_port);
226 CheckPort(const rtc::SocketAddress& addr, int min_port, int max_port) argument
/external/valgrind/include/vki/
H A Dvki-xen-domctl.h449 vki_uint32_t max_port; member in struct:vki_xen_domctl_set_max_evtchn

Completed in 345 milliseconds