Home
last modified time | relevance | path

Searched refs:_parse_subnet (Results 1 – 1 of 1) sorted by relevance

/external/autotest/client/common_lib/
Dutils.py1911 def _parse_subnet(subnet_str): function
1927 RESTRICTED_SUBNETS = [_parse_subnet(s) for s in restricted_subnets_list]
1946 ALL_SUBNETS.append([_parse_subnet(s) for s in subnet_group])