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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DuDNS.c1733 for (hi = m->Hostnames; hi; hi = hi->next)
2466 // If we're still in the Hostnames list, update to new address
2469 for (i = m->Hostnames; i; i = i->next)
2473 // Else, we're not still in the Hostnames list, so free the memory
2529 HostnameInfo *h = m->Hostnames;
2616 HostnameInfo **ptr = &m->Hostnames;
2639 HostnameInfo **ptr = &m->Hostnames;
2703 for (i = m->Hostnames; i; i = i->next)
5369 for (hi = m->Hostnames; hi; hi = hi->next)
5371 LogMemCorruption("m->Hostnames
[all...]
H A DmDNSEmbeddedAPI.h2410 HostnameInfo *Hostnames; // List of registered hostnames + hostname metadata member in struct:mDNS_struct
H A DmDNS.c14352 m->Hostnames = mDNSNULL;
15040 while (m->Hostnames) mDNS_RemoveDynDNSHostName(m, &m->Hostnames->fqdn);

Completed in 146 milliseconds