Searched refs:kDNSType_OPT (Results 1 – 6 of 6) sorted by relevance
/external/mdnsresponder/mDNSCore/ |
D | DNSCommon.c | 159 case kDNSType_OPT: return("OPT"); in DNSTypeName() 210 case kDNSType_OPT: { in GetRRDisplayString_rdb() 1141 case kDNSType_OPT: return 0; // OPT is a pseudo-RR container structure; makes no sense to compare in RDataHashValue() 1202 …case kDNSType_OPT: return mDNSfalse; // OPT is a pseudo-RR container structure; makes no sense to … in SameRDataBody() 1437 case kDNSType_OPT: return(rr->rdlength); in GetRDLength() 1722 case kDNSType_OPT: { in putRData() 1951 …mDNS_SetupResourceRecord(&rr, mDNSNULL, mDNSInterface_Any, kDNSType_OPT, kStandardTTL, kDNSRecordT… in putUpdateLease() 1966 …mDNS_SetupResourceRecord(&rr, mDNSNULL, mDNSInterface_Any, kDNSType_OPT, kStandardTTL, kDNSRecordT… in putUpdateLeaseWithLimit() 2288 case kDNSType_OPT: { in GetLargeResourceRecord() 2462 ptr[1] == (kDNSType_OPT >> 8 ) && // rrtype OPT in LocateOptRR() [all …]
|
D | mDNS.c | 2401 …mDNS_SetupResourceRecord(&opt, mDNSNULL, mDNSInterface_Any, kDNSType_OPT, kStandardTTL, kDNSRecord… in SendResponses() 3175 …mDNS_SetupResourceRecord(&opt, mDNSNULL, mDNSInterface_Any, kDNSType_OPT, kStandardTTL, kDNSRecord… in SendQueries() 4887 …mDNS_SetupResourceRecord(&opt, mDNSNULL, mDNSInterface_Any, kDNSType_OPT, kStandardTTL, kDNSRecord… in SendSPSRegistrationForOwner() 5755 …>rec.r.resrec.RecordType != kDNSRecordTypePacketNegative && m->rec.r.resrec.rrtype == kDNSType_OPT) in ProcessQuery() 6602 if (m->rec.r.resrec.rrtype == kDNSType_OPT) in mDNSCoreReceiveResponse() 7262 …>rec.r.resrec.RecordType != kDNSRecordTypePacketNegative && m->rec.r.resrec.rrtype == kDNSType_OPT) in mDNSCoreReceiveUpdate() 7367 …mDNS_SetupResourceRecord(&opt, mDNSNULL, mDNSInterface_Any, kDNSType_OPT, kStandardTTL, kDNSRecord… in mDNSCoreReceiveUpdate() 7389 …>rec.r.resrec.RecordType != kDNSRecordTypePacketNegative && m->rec.r.resrec.rrtype == kDNSType_OPT) in mDNSCoreReceiveUpdateR()
|
D | mDNSEmbeddedAPI.h | 186 kDNSType_OPT, // 41 EDNS0 option (meta-RR) enumerator
|
D | uDNS.c | 716 …mDNS_SetupResourceRecord(&rr, mDNSNULL, mDNSInterface_Any, kDNSType_OPT, kStandardTTL, kDNSRecordT… in putLLQ()
|
/external/mdnsresponder/mDNSPosix/ |
D | NetMonitor.c | 549 case kDNSType_OPT: { in DisplayResourceRecord() 682 …DisplayResourceRecord(srcaddr, pkt.r.resrec.rrtype == kDNSType_OPT ? "(OP)" : "(AD)", &pkt.r.resre… in DisplayQuery() 747 …pkt.r.resrec.rrtype == kDNSType_OPT ? "(OP)" : (pkt.r.resrec.RecordType & kDNSRecordTypePacketUniq… in DisplayResponse()
|
/external/mdnsresponder/mDNSShared/ |
D | dnsextd.c | 570 …if ( lcr.r.resrec.rrtype == kDNSType_OPT && lcr.r.resrec.rdlength >= DNSOpt_LLQData_Space && lcr.r… in IsLLQRequest() 1648 …mDNS_SetupResourceRecord(opt, mDNSNULL, mDNSInterface_Any, kDNSType_OPT, kStandardTTL, kDNSRecordT… in FormatLLQOpt() 2353 ….r.resrec.RecordType != kDNSRecordTypePacketNegative && opt.r.resrec.rrtype == kDNSType_OPT) break; in RecvLLQ() 2357 …if (opt.r.resrec.rrtype != kDNSType_OPT) { Log("Malformatted LLQ from %s: last Additional not an O… in RecvLLQ()
|