Searched refs:ZoneServiceQuery (Results 1 – 2 of 2) sorted by relevance
1454 …(X)->ZoneService == ZoneServiceQuery ? ((X)->ZonePrivate ? PRIVATE_QUERY_SERVICE_TYPE : (const d…1518 if (!answer->rdlength && zd->ZonePrivate && zd->ZoneService != ZoneServiceQuery) in GetZoneData_QuestionCallback()4257 …q->nta = StartGetZoneData(m, &q->qname, q->LongLived ? ZoneServiceLLQ : ZoneServiceQuery, PrivateQ… in uDNS_CheckCurrentQuestion()
1635 typedef enum { ZoneServiceUpdate, ZoneServiceQuery, ZoneServiceLLQ } ZoneService; enumerator