Searched defs:subnet (Results 1 - 1 of 1) sorted by relevance

/external/autotest/client/common_lib/cros/network/
H A Dnetblock.py15 @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.

Completed in 2086 milliseconds