HomeSort by relevance Sort by last modified time
    Searched refs:inet_hwton (Results 1 - 4 of 4) sorted by null

  /external/autotest/client/deps/lansim/src/py/
tools_unittest.py 15 """Tests inet_hwton."""
16 self.assertEqual(tools.inet_hwton('\x12\x34\x56\x78\x90\xAB'),
18 self.assertEqual(tools.inet_hwton('BA:C0:11:C0:FF:EE'),
20 self.assertEqual(tools.inet_hwton('BAC011C0FFEE'),
25 """Tests inet_hwton."""
tools.py 6 def inet_hwton(hw_addr): function
host.py 15 socket.inet_aton('255.255.255.255'): tools.inet_hwton('FF:FF:FF:FF:FF:FF'),
39 self._bin_hw_addr = tools.inet_hwton(hw_addr)
tuntap.py 204 tools.inet_hwton(hwaddr)))

Completed in 98 milliseconds