Searched refs:kLLQOp_Setup (Results 1 - 3 of 3) sorted by relevance

/external/mdnsresponder/mDNSShared/
H A Ddnsextd.c2168 llq->llqOp != kLLQOp_Setup ||
2197 FormatLLQOpt(&opt, kLLQOp_Setup, &e->id, LLQLease(e));
2216 if (llq->llqOp != kLLQOp_Setup) { Log("LLQSetupChallenge - incorrrect operation from client"); return; } // client error
2231 FormatLLQOpt(&opt, kLLQOp_Setup, &e->id, LLQLease(e));
2276 else if (llq->llqOp == kLLQOp_Setup)
/external/mdnsresponder/mDNSCore/
H A DuDNS.c767 llqBuf.llqOp = kLLQOp_Setup;
807 if (llq->llqOp != kLLQOp_Setup)
941 // Both the challenge packet from the server and the ack+answers packet have opt->u.llq.llqOp == kLLQOp_Setup.
1007 llqData.llqOp = kLLQOp_Setup;
1373 llqData.llqOp = kLLQOp_Setup;
H A DmDNSEmbeddedAPI.h1445 #define kLLQOp_Setup 1 macro

Completed in 71 milliseconds