Home | History | Annotate | Download | only in mDNSShared

Lines Matching defs:op6

234         err = QueryRecordOpCreate(&inRequest->op6);
238 err = QueryRecordOpStart(inRequest->op6, &opParams, inResultHandler, inResultContext);
260 if (inRequest->op6) QueryRecordOpStop(inRequest->op6);
265 const QueryRecordOp * const op6 = inRequest->op6;
284 if (op6)
286 if (op6->answered)
288 q6 = &op6->q;
290 else if (op6->q.TimeoutQuestion)
292 mDNSPlatformUpdateDNSStatus(&op6->q);
304 if (inRequest->op6)
306 QueryRecordOpFree(inRequest->op6);
307 inRequest->op6 = mDNSNULL;
314 if (inRequest->op6) return &inRequest->op6->q.qname;
321 (inRequest->op6 && QueryRecordOpIsMulticast(inRequest->op6)))