Searched refs:kDNSType_HINFO (Results 1 - 5 of 5) sorted by relevance

/external/mdnsresponder/mDNSPosix/
H A DNetMonitor.c282 else if (pktrr->rrtype == kDNSType_HINFO)
346 SendUnicastQuery(m, entry, &entry->hostname, kDNSType_HINFO, InterfaceID);
522 case kDNSType_HINFO:// same as kDNSType_TXT below
H A DIdentify.c147 else if (answer->rrtype == kDNSType_HINFO)
/external/mdnsresponder/mDNSCore/
H A DDNSCommon.c155 case kDNSType_HINFO:return("HINFO");
196 case kDNSType_HINFO:// Display this the same as TXT (show all constituent strings)
1420 case kDNSType_HINFO:return(mDNSu16)(2 + (int)rd->data[0] + (int)rd->data[1 + (int)rd->data[0]]);
1479 case kDNSType_HINFO:// Same as TXT (roughly)
1678 case kDNSType_HINFO:
1985 mDNS_SetupResourceRecord(&hinfo, mDNSNULL, mDNSInterface_Any, kDNSType_HINFO, 0, kDNSRecordTypeUnique, AuthRecordAny, mDNSNULL, mDNSNULL);
2234 case kDNSType_HINFO:
H A DmDNSEmbeddedAPI.h158 kDNSType_HINFO, // 13 Host information enumerator in enum:__anon13104
H A DmDNS.c9177 mDNS_SetupResourceRecord(&set->RR_HINFO, mDNSNULL, set->InterfaceID, kDNSType_HINFO, kHostNameTTL, kDNSRecordTypeUnique, AuthRecordAny, mDNSNULL, mDNSNULL);

Completed in 149 milliseconds