HomeSort by relevance Sort by last modified time
    Searched full:full_hostname (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/cros/netprotos/
zeroconf_unittest.py 71 self.assertEqual(self._zero.full_hostname, FAKE_HOSTNAME + '.local')
93 host_A = self._query_A(self._zero.full_hostname)
98 self.assertEqual(record.name, self._zero.full_hostname)
zeroconf.py 86 self.register_A(self.full_hostname, host.ip_addr)
120 def full_hostname(self): member in class:ZeroconfDaemon
259 full_hostname = self._hostname + '.' + self._domain
265 srvname = full_hostname,
271 a_qry = dpkt.dns.DNS.Q(name=full_hostname, type=dpkt.dns.DNS_A)

Completed in 340 milliseconds