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

  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/ipaddr/
ipaddr.py 665 x = IPAddress(self._ip | int(self.hostmask), version=self._version)
670 def hostmask(self): member in class:_BaseNet
671 x = self._cache.get('hostmask')
675 self._cache['hostmask'] = x
688 return '%s/%s' % (str(self.ip), str(self.hostmask))
    [all...]
ipaddr_test.py 171 self.assertEqual(str(self.ipv6.hostmask),
    [all...]
  /external/libpcap/
gencode.c 7189 bpf_u_int32 hostmask; local
    [all...]

Completed in 1055 milliseconds