Searched refs:kDNSType_PTR (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Danonymous.c69 tmp[kDNSType_PTR >> 3] |= 128 >> (kDNSType_PTR & 7);
285 if (q->qtype != kDNSType_PTR)
458 if (q->qtype != kDNSType_PTR)
482 if (cr->resrec.AnonInfo || cr->resrec.rrtype != kDNSType_PTR)
H A DDNSCommon.c182 case kDNSType_PTR: return("PTR");
381 case kDNSType_PTR: mDNS_snprintf(buffer+length, RemSpc, "%##s", rd->name.c); break;
1465 q->LongLived = (qtype == kDNSType_PTR);
1466 q->ExpectUnique = (qtype != kDNSType_PTR);
1507 case kDNSType_PTR:
1574 case kDNSType_PTR:
1987 case kDNSType_PTR:
2056 case kDNSType_PTR: len = DomainNameLengthLimit(&rd->u.name, rd->u.data + rdlength);
2245 case kDNSType_PTR:
2872 case kDNSType_PTR
[all...]
H A DDNSCommon.h177 ((RR)->rrtype == kDNSType_NS || (RR)->rrtype == kDNSType_CNAME || (RR)->rrtype == kDNSType_PTR || (RR)->rrtype == kDNSType_DNAME) ? &(RR)->rdata->u.name : \
H A DuDNS.c256 if (q->qtype == kDNSType_PTR)
2021 if (r->resrec.rrtype == kDNSType_PTR)
2584 q->qtype = kDNSType_PTR;
3923 if (q->qtype != kDNSType_PTR) return(mDNStrue); // Don't need a test query for any non-PTR queries
3950 if (pktq.qtype != kDNSType_PTR || pktq.qclass != kDNSClass_IN) return(mDNSfalse);
4811 end = putQuestion(&m->omsg, m->omsg.data, m->omsg.data + AbsoluteMaxDNSMessageData, DNSRelayTestQuestion, kDNSType_PTR, kDNSClass_IN);
5301 if (answer->rrtype != kDNSType_PTR) return;
5318 mDNS_SetupResourceRecord(&arElem->ar, mDNSNULL, mDNSInterface_LocalOnly, kDNSType_PTR, 7200, kDNSRecordTypeShared, AuthRecordLocalOnly, FreeARElemCallback, arElem);
H A Duds_daemon.c2206 if (answer->rrtype != kDNSType_PTR)
2271 external_start_browsing_for_service(info->u.browser.interface_id, &tmp, kDNSType_PTR, info->flags);
2296 external_stop_browsing_for_service(info->u.browser.interface_id, &tmp, kDNSType_PTR, info->flags);
2386 mDNS_SetupResourceRecord(&ptr->ar, mDNSNULL, mDNSInterface_LocalOnly, kDNSType_PTR, 7200, kDNSRecordTypeShared, AuthRecordLocalOnly, FreeARElemCallback, ptr);
3910 if (answer->rrtype != kDNSType_PTR) return;
H A DmDNS.c147 (rr)->resrec.rrtype == kDNSType_PTR))
996 if (rr->resrec.rrtype == kDNSType_PTR)
1885 else if (rr->resrec.rrtype == kDNSType_PTR) // For service PTR, see if we want to add DeviceInfo record
2501 if (rr->ImmedAnswer && rr->resrec.RecordType == kDNSRecordTypeShared && rr->resrec.rrtype == kDNSType_PTR)
3102 if (cr->resrec.rrtype == kDNSType_PTR && cr->resrec.rdlength >= 6) // If record is PTR type, with long enough name,
10082 if (m->rec.r.resrec.rrtype == kDNSType_PTR)
12062 question->qtype = kDNSType_PTR;
12407 question->qtype = kDNSType_PTR;
12565 mDNS_SetupResourceRecord(&set->RR_PTR, mDNSNULL, set->InterfaceID, kDNSType_PTR, kHostNameTTL, kDNSRecordTypeKnownUnique, AuthRecordAny, mDNSNULL, mDNSNULL);
13314 mDNS_SetupResourceRecord(&sr->RR_ADV, mDNSNULL, InterfaceID, kDNSType_PTR, kStandardTT
[all...]
H A DmDNSEmbeddedAPI.h182 kDNSType_PTR, // 12 Domain name pointer enumerator in enum:__anon24

Completed in 203 milliseconds