Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/
DChannelSweepTest.py289 if utils.ip_in_subnet(ip_addr, subnet):
/tools/test/connectivity/acts/framework/acts/
Dutils.py1563 def ip_in_subnet(ip, subnet): function