Searched refs:Hostnames (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DuDNS.c1712 for (hi = m->Hostnames; hi; hi = hi->next)
2439 // If we're still in the Hostnames list, update to new address
2442 for (i = m->Hostnames; i; i = i->next)
2446 // Else, we're not still in the Hostnames list, so free the memory
2502 HostnameInfo *h = m->Hostnames;
2586 HostnameInfo **ptr = &m->Hostnames;
2609 HostnameInfo **ptr = &m->Hostnames;
2668 for (i = m->Hostnames; i; i = i->next)
5303 for (hi = m->Hostnames; hi; hi = hi->next)
5305 LogMemCorruption("m->Hostnames
[all...]
H A DmDNSEmbeddedAPI.h2383 HostnameInfo *Hostnames; // List of registered hostnames + hostname metadata member in struct:mDNS_struct
H A DmDNS.c14239 m->Hostnames = mDNSNULL;
14901 while (m->Hostnames) mDNS_RemoveDynDNSHostName(m, &m->Hostnames->fqdn);

Completed in 285 milliseconds