Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/net/
DDhcpServerTest.py972 ip_src = (giaddr if not isempty(giaddr)
973 else ciaddr if not isempty(ciaddr)
976 asserts.assert_false(ip_dst != INET4_ANY and isempty(ip_src),
1015 def isempty(addr): function