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)
|