Home | History | Annotate | Download | only in mDNSShared

Lines Matching refs:operation

190 // prints message "dnsextd <function>: <operation> - <error message>"
192 mDNSlocal void LogErr(const char *fn, const char *operation)
196 snprintf(buf, sizeof(buf), "%s: %s - %s", fn, operation, errbuf);
765 // check request operation
2216 if (llq->llqOp != kLLQOp_Setup) { Log("LLQSetupChallenge - incorrrect operation from client"); return; } // client error