Searched refs:CopyLabels (Results 1 – 1 of 1) sorted by relevance
| /titanic_53/usr/src/cmd/cmd-inet/usr.bin/dns-sd/ |
| H A D | dns-sd.c | 597 static int CopyLabels(char *dst, const char *lim, const char **srcp, int labels) in CopyLabels() function 631 if (CopyLabels(n, n + kDNSServiceMaxDomainName, &p, 3)) return; // Fetch name+type in zonedata_resolve() 633 if (CopyLabels(t, t + kDNSServiceMaxDomainName, &p, 1)) return; // Skip first label in zonedata_resolve() 634 …if (CopyLabels(t, t + kDNSServiceMaxDomainName, &p, 2)) return; // Fetch next two labels (serv… in zonedata_resolve()
|