Home
last modified time | relevance | path

Searched refs:llqBuf (Results 1 – 1 of 1) sorted by relevance

/external/mdnsresponder/mDNSCore/
DuDNS.c751 LLQOptData llqBuf; in sendChallengeResponse() local
766 llqBuf.vers = kLLQ_Vers; in sendChallengeResponse()
767 llqBuf.llqOp = kLLQOp_Setup; in sendChallengeResponse()
768llqBuf.err = LLQErr_NoError; // Don't need to tell server UDP notification port when sending … in sendChallengeResponse()
769 llqBuf.id = q->id; in sendChallengeResponse()
770 llqBuf.llqlease = q->ReqLease; in sendChallengeResponse()
771 llq = &llqBuf; in sendChallengeResponse()