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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.c785 // AppendDNSNameString appends zero or more labels to an existing (possibly empty) domainname.
788 // If successful, AppendDNSNameString returns a pointer to the next unused byte
791 // AppendDNSNameString returns mDNSNULL.
792 mDNSexport mDNSu8 *AppendDNSNameString(domainname *const name, const char *cstring) function
800 if (*cstr == '.') { LogMsg("AppendDNSNameString: Illegal empty label in name \"%s\"", cstring); return(mDNSNULL); }
891 return(AppendDNSNameString(name, cstr)); // And then add this string to it

Completed in 61 milliseconds