Searched refs:min_port (Results 1 - 25 of 51) sorted by relevance

123

/external/chromium_org/remoting/jingle_glue/
H A Dnetwork_settings.h34 min_port(0),
40 min_port(0),
46 // |min_port| and |max_port| specify range (inclusive) of ports used by
48 int min_port; member in struct:remoting::NetworkSettings
H A Dchromium_socket_factory.h20 int min_port, int max_port) OVERRIDE;
23 int min_port, int max_port,
H A Dchromium_socket_factory.cc44 int min_port, int max_port);
119 int min_port, int max_port) {
126 for (int port = min_port; port <= max_port; ++port) {
347 int min_port, int max_port) {
349 if (!result->Init(local_address, min_port, max_port))
357 int min_port, int max_port,
118 Init(const talk_base::SocketAddress& local_address, int min_port, int max_port) argument
345 CreateUdpSocket( const talk_base::SocketAddress& local_address, int min_port, int max_port) argument
355 CreateServerTcpSocket( const talk_base::SocketAddress& local_address, int min_port, int max_port, int opts) argument
/external/chromium/third_party/libjingle/source/talk/base/
H A Dbasicpacketsocketfactory.h47 const SocketAddress& local_address, int min_port, int max_port);
49 const SocketAddress& local_address, int min_port, int max_port,
57 int min_port, int max_port);
H A Dpacketsocketfactory.h43 const SocketAddress& address, int min_port, int max_port) = 0;
45 const SocketAddress& local_address, int min_port, int max_port,
H A Dbasicpacketsocketfactory.cc54 const SocketAddress& address, int min_port, int max_port) {
61 if (BindSocket(socket, address, min_port, max_port) < 0) {
71 const SocketAddress& local_address, int min_port, int max_port,
79 if (BindSocket(socket, local_address, min_port, max_port) < 0) {
138 int min_port, int max_port) {
140 if (min_port == 0 && max_port == 0) {
145 for (int port = min_port; ret < 0 && port <= max_port; ++port) {
53 CreateUdpSocket( const SocketAddress& address, int min_port, int max_port) argument
70 CreateServerTcpSocket( const SocketAddress& local_address, int min_port, int max_port, bool listen, bool ssl) argument
136 BindSocket( AsyncSocket* socket, const SocketAddress& local_address, int min_port, int max_port) argument
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dbasicpacketsocketfactory.h47 const SocketAddress& local_address, int min_port, int max_port);
49 const SocketAddress& local_address, int min_port, int max_port, int opts);
58 int min_port, int max_port);
H A Dpacketsocketfactory.h50 const SocketAddress& address, int min_port, int max_port) = 0;
52 const SocketAddress& local_address, int min_port, int max_port,
H A Dbasicpacketsocketfactory.cc63 const SocketAddress& address, int min_port, int max_port) {
71 if (BindSocket(socket, address, min_port, max_port) < 0) {
81 const SocketAddress& local_address, int min_port, int max_port, int opts) {
96 if (BindSocket(socket, local_address, min_port, max_port) < 0) {
186 int min_port, int max_port) {
188 if (min_port == 0 && max_port == 0) {
193 for (int port = min_port; ret < 0 && port <= max_port; ++port) {
62 CreateUdpSocket( const SocketAddress& address, int min_port, int max_port) argument
80 CreateServerTcpSocket( const SocketAddress& local_address, int min_port, int max_port, int opts) argument
184 BindSocket( AsyncSocket* socket, const SocketAddress& local_address, int min_port, int max_port) argument
H A Dstunport.h67 int min_port, int max_port,
71 ip, min_port, max_port,
117 int min_port, int max_port,
179 int min_port, int max_port,
184 ip, min_port, max_port,
202 int min_port, int max_port,
205 : UDPPort(thread, factory, network, ip, min_port, max_port, username,
63 Create(talk_base::Thread* thread, talk_base::PacketSocketFactory* factory, talk_base::Network* network, const talk_base::IPAddress& ip, int min_port, int max_port, const std::string& username, const std::string& password) argument
175 Create(talk_base::Thread* thread, talk_base::PacketSocketFactory* factory, talk_base::Network* network, const talk_base::IPAddress& ip, int min_port, int max_port, const std::string& username, const std::string& password, const talk_base::SocketAddress& server_addr) argument
200 StunPort(talk_base::Thread* thread, talk_base::PacketSocketFactory* factory, talk_base::Network* network, const talk_base::IPAddress& ip, int min_port, int max_port, const std::string& username, const std::string& password, const talk_base::SocketAddress& server_address) argument
H A Drelayport.h58 int min_port, int max_port, const std::string& username,
60 return new RelayPort(thread, factory, network, ip, min_port, max_port,
88 int min_port, int max_port, const std::string& username,
55 Create( talk_base::Thread* thread, talk_base::PacketSocketFactory* factory, talk_base::Network* network, const talk_base::IPAddress& ip, int min_port, int max_port, const std::string& username, const std::string& password) argument
H A Dportallocator.h147 int min_port() const { return min_port_; } function in class:cricket::PortAllocator
149 bool SetPortRange(int min_port, int max_port) { argument
150 if (min_port > max_port) {
154 min_port_ = min_port;
H A Dtcpport.h52 int min_port, int max_port,
57 ip, min_port, max_port,
79 int min_port, int max_port, const std::string& username,
48 Create(talk_base::Thread* thread, talk_base::PacketSocketFactory* factory, talk_base::Network* network, const talk_base::IPAddress& ip, int min_port, int max_port, const std::string& username, const std::string& password, bool allow_listen) argument
/external/chromium_org/content/renderer/p2p/
H A Dipc_socket_factory.h31 int min_port, int max_port) OVERRIDE;
34 int min_port,
/external/chromium_org/remoting/client/plugin/
H A Dpepper_packet_socket_factory.h21 int min_port, int max_port) OVERRIDE;
24 int min_port,
H A Dpepper_packet_socket_factory.cc34 // |min_port| and |max_port| are set to zero if the port number
37 int min_port,
126 int min_port,
134 min_port_ = min_port;
350 int min_port,
353 if (!result->Init(local_address, min_port, max_port))
360 int min_port,
125 Init(const talk_base::SocketAddress& local_address, int min_port, int max_port) argument
348 CreateUdpSocket( const talk_base::SocketAddress& local_address, int min_port, int max_port) argument
358 CreateServerTcpSocket( const talk_base::SocketAddress& local_address, int min_port, int max_port, int opts) argument
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dportallocator.h106 int min_port() const { return min_port_; } function in class:cricket::PortAllocator
108 bool SetPortRange(int min_port, int max_port) { argument
109 if (min_port > max_port) {
113 min_port_ = min_port;
H A Dudpport.h51 uint32 ip, int min_port, int max_port) {
53 ip, min_port, max_port);
71 talk_base::Network* network, uint32 ip, int min_port, int max_port);
48 Create(talk_base::Thread* thread, talk_base::PacketSocketFactory* factory, talk_base::Network* network, uint32 ip, int min_port, int max_port) argument
H A Dstunport.h52 uint32 ip, int min_port, int max_port,
55 ip, min_port, max_port, server_addr);
87 talk_base::Network* network, uint32 ip, int min_port, int max_port,
49 Create(talk_base::Thread* thread, talk_base::PacketSocketFactory* factory, talk_base::Network* network, uint32 ip, int min_port, int max_port, const talk_base::SocketAddress& server_addr) argument
H A Drelayport.h58 talk_base::Network* network, uint32 ip, int min_port, int max_port,
61 return new RelayPort(thread, factory, network, ip, min_port, max_port,
88 talk_base::Network*, uint32 ip, int min_port, int max_port,
56 Create( talk_base::Thread* thread, talk_base::PacketSocketFactory* factory, talk_base::Network* network, uint32 ip, int min_port, int max_port, const std::string& username, const std::string& password, const std::string& magic_cookie) argument
H A Dtcpport.h53 uint32 ip, int min_port, int max_port,
56 ip, min_port, max_port, allow_listen);
75 talk_base::Network* network, uint32 ip, int min_port, int max_port,
50 Create(talk_base::Thread* thread, talk_base::PacketSocketFactory* factory, talk_base::Network* network, uint32 ip, int min_port, int max_port, bool allow_listen) argument
H A Dudpport.cc41 uint32 ip, int min_port, int max_port)
42 : Port(thread, LOCAL_PORT_TYPE, factory, network, ip, min_port, max_port),
38 UDPPort(talk_base::Thread* thread, talk_base::PacketSocketFactory* factory, talk_base::Network* network, uint32 ip, int min_port, int max_port) argument
/external/chromium_org/chrome/test/chromedriver/net/
H A Dport_server.h53 PortManager(int min_port, int max_port);
H A Dport_server.cc137 PortManager::PortManager(int min_port, int max_port) argument
138 : min_port_(min_port), max_port_(max_port) {
/external/chromium_org/jingle/glue/
H A Dfake_socket_factory.h104 int min_port, int max_port) OVERRIDE;
106 const talk_base::SocketAddress& local_address, int min_port, int max_port,

Completed in 1540 milliseconds

123