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

  /external/chromium_org/remoting/jingle_glue/
network_settings.h 34 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
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
portallocator.h 106 int min_port() const { return min_port_; } function in class:cricket::PortAllocator
108 bool SetPortRange(int min_port, int max_port) {
109 if (min_port > max_port) {
113 min_port_ = min_port;
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
portallocator.h 147 int min_port() const { return min_port_; } function in class:cricket::PortAllocator
149 bool SetPortRange(int min_port, int max_port) {
150 if (min_port > max_port) {
154 min_port_ = min_port;
port.h 127 int min_port, int max_port, const std::string& username_fragment,
279 int min_port() { return min_port_; } function in class:cricket::Port
  /external/dnsmasq/src/
dnsmasq.h 625 int port, query_port, min_port; member in struct:daemon

Completed in 174 milliseconds