Searched defs:AppendDNSNameString (Results 1 - 1 of 1) sorted by relevance

/external/mdnsresponder/mDNSCore/
H A DDNSCommon.c496 // AppendDNSNameString appends zero or more labels to an existing (possibly empty) domainname.
499 // If successful, AppendDNSNameString returns a pointer to the next unused byte
502 // AppendDNSNameString returns mDNSNULL.
503 mDNSexport mDNSu8 *AppendDNSNameString(domainname *const name, const char *cstring) function
511 if (*cstr == '.') { LogMsg("AppendDNSNameString: Illegal empty label in name \"%s\"", cstring); return(mDNSNULL); }
602 return(AppendDNSNameString(name, cstr)); // And then add this string to it

Completed in 108 milliseconds