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

  /external/autotest/client/deps/lansim/src/py/
tools_unittest.py 26 self.assertEqual(tools.inet_ntohw('\xBA\xC0\x11\x00\x01\x0F'),
tools.py 21 def inet_ntohw(packed_hw_addr): function
tuntap.py 191 return (ifr_family, tools.inet_ntohw(ifr_hwaddr[:6]))
207 return (ifr_family, tools.inet_ntohw(ifr_hwaddr[:6]))

Completed in 683 milliseconds