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

  /external/ltp/testcases/network/stress/ns-tools/
find_portbundle 90 max_port=`expr $min_port + $port_quantity - 1`
91 if [ ${max_port} -gt 65535 ]; then
107 if [ $line -le $max_port ]; then
109 max_port=`expr $min_port + $port_quantity - 1`
110 if [ $max_port -gt 65535 ]; then
122 if [ $min_port -eq $max_port ]; then
125 echo "$min_port-$max_port"
  /external/webrtc/webrtc/p2p/base/
basicpacketsocketfactory.h 31 uint16_t max_port) override;
34 uint16_t max_port,
48 uint16_t max_port);
packetsocketfactory.h 34 uint16_t max_port) = 0;
38 uint16_t max_port,
basicpacketsocketfactory.cc 49 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) {
stunport.h 53 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,
relayport.h 43 uint16_t max_port,
46 return new RelayPort(thread, factory, network, ip, min_port, max_port,
81 uint16_t max_port,
tcpport.h 36 uint16_t max_port,
41 max_port, username, password, allow_listen);
68 uint16_t max_port,
portallocator.h 208 int max_port() const { return max_port_; } function in class:cricket::PortAllocator
209 bool SetPortRange(int min_port, int max_port) {
210 if (min_port > max_port) {
215 max_port_ = max_port;
turnport.h 62 uint16_t max_port,
69 return new TurnPort(thread, factory, network, ip, min_port, max_port,
172 uint16_t max_port,
stunport.cc 191 uint16_t max_port,
202 max_port,
218 rtc::SocketAddress(ip(), 0), min_port(), max_port());
tcpport.cc 80 uint16_t max_port,
90 max_port,
106 rtc::SocketAddress(ip(), 0), min_port(), max_port(),
port.h 130 uint16_t max_port,
265 uint16_t max_port() { return max_port_; } function in class:cricket::Port
relayport.cc 186 uint16_t max_port,
195 max_port,
492 port_->min_port(), port_->max_port());
turnport.cc 217 uint16_t max_port,
230 max_port,
323 rtc::SocketAddress(ip(), 0), min_port(), max_port());
    [all...]
port.cc 164 uint16_t max_port,
174 max_port_(max_port),
    [all...]
port_unittest.cc 106 uint16_t max_port,
115 max_port,
    [all...]
  /external/webrtc/webrtc/p2p/client/
fakeportallocator.h 34 uint16_t max_port,
40 max_port, username, password, origin,
64 uint16_t max_port,
74 max_port,
basicportallocator.cc 731 session_->allocator()->max_port()));
890 session_->allocator()->min_port(), session_->allocator()->max_port(),
926 session_->allocator()->max_port(),
956 session_->allocator()->max_port(),
    [all...]
portallocator_unittest.cc 138 bool SetPortRange(int min_port, int max_port) {
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);
    [all...]
  /external/valgrind/include/vki/
vki-xen-domctl.h 487 vki_uint32_t max_port; member in struct:vki_xen_domctl_set_max_evtchn
  /external/selinux/python/sepolicy/sepolicy/
generate.py 171 max_port = 2 ** 16
189 if p < 1 or p > max_port:
194 raise ValueError(_("Ports must be numbers or ranges of numbers from 1 to %d " % max_port))
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-xen.c     [all...]

Completed in 507 milliseconds