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

  /external/autotest/client/common_lib/cros/network/
netblock.py 15 @param prefix_len: int number of bits forming the IP subnet prefix for
97 def subnet(self): member in class:Netblock
98 """@return the IPv4 subnet, e.g., '192.168.0.0'."""
121 @param prefix_len: int length of subnet prefix (e.g. 24).
131 """Get an address in a subnet.
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/ipaddr/
ipaddr.py 303 elif cur_addr == ret_array[-1].supernet().subnet()[1]:
692 """Number of hosts in the current subnet."""
756 s1, s2 = self.subnet()
760 s1, s2 = s1.subnet()
763 s1, s2 = s2.subnet()
890 """The subnets which join to make the current subnet.
956 def subnet(self, prefixlen_diff=1, new_prefix=None): member in class:_BaseNet
1001 Subnet = subnet
    [all...]

Completed in 108 milliseconds