Searched defs:ResourceRecord_struct (Results 1 – 1 of 1) sorted by relevance
1396 struct ResourceRecord_struct struct1398 mDNSu8 RecordType; // See enum above1399 mDNSu16 rrtype;1400 mDNSu16 rrclass;1401 mDNSu32 rroriginalttl; // In seconds1402 … mDNSu16 rdlength; // Size of the raw rdata, in bytes, in the on-the-wire format1404 …Su16 rdestimate; // Upper bound on on-the-wire size of rdata after name compression1405 mDNSu32 namehash; // Name-based (i.e. case-insensitive) hash of name1406 … // For rdata containing domain name (e.g. PTR, SRV, CNAME etc.), case-insensitive name hash1414 mDNSInterfaceID InterfaceID; // Set if this RR is specific to one interface[all …]