Home | History | Annotate | Download | only in mDNSCore

Lines Matching full:underscore

741 		LogMsg("Bad service type in %#s.%##s%##s Application protocol name must be underscore plus 1-15 characters. "
749 if (src[1] != '_') { errormsg = "Application protocol name must begin with underscore"; goto fail; }