HomeSort by relevance Sort by last modified time
    Searched defs:max_port (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/remoting/jingle_glue/
network_settings.h 35 max_port(0) {
41 max_port(0) {
46 // |min_port| and |max_port| specify range (inclusive) of ports used by
49 int max_port; member in struct:remoting::NetworkSettings
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
portallocator.h 107 int max_port() const { return max_port_; } function in class:cricket::PortAllocator
108 bool SetPortRange(int min_port, int max_port) {
109 if (min_port > max_port) {
114 max_port_ = max_port;
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
portallocator.h 148 int max_port() const { return max_port_; } function in class:cricket::PortAllocator
149 bool SetPortRange(int min_port, int max_port) {
150 if (min_port > max_port) {
155 max_port_ = max_port;
port.h 127 int min_port, int max_port, const std::string& username_fragment,
280 int max_port() { return max_port_; } function in class:cricket::Port

Completed in 85 milliseconds