Home | History | Annotate | Download | only in mDNSCore

Lines Matching defs:class

1236 	// RR type CNAME matches any query type. QTYPE ANY matches any RR type. QCLASS ANY matches any RR class.
1263 // RR type CNAME matches any query type. QTYPE ANY matches any RR type. QCLASS ANY matches any RR class.
1339 // RR type CNAME matches any query type. QTYPE ANY matches any RR type. QCLASS ANY matches any RR class.
1386 // RR type CNAME matches any query type. QTYPE ANY matches any RR type. QCLASS ANY matches any RR class.
1844 ptr[2] = (mDNSu8)(rr->resrec.rrclass >> 8); // Put class
1891 // deletion: specify record w/ TTL 0, class NONE
1902 // deletion: specify record w/ TTL 0, class NONE
1912 mDNSu16 class = kDNSQClass_ANY;
1918 ptr[2] = (mDNSu8)(class >> 8);
1919 ptr[3] = (mDNSu8)(class & 0xFF);
1931 mDNSu16 class = kDNSQClass_ANY;
1938 ptr[2] = (mDNSu8)(class >> 8);
1939 ptr[3] = (mDNSu8)(class & 0xFF);
2123 if (ptr + 10 > end) { debugf("skipResourceRecord: Malformed RR -- no type/class/ttl/len!"); return(mDNSNULL); }
2172 if (ptr + 10 > end) { debugf("GetLargeResourceRecord: Malformed RR -- no type/class/ttl/len!"); return(mDNSNULL); }
2405 if (ptr+4 > end) { debugf("skipQuestion: Malformed DNS question section -- no query type and class!"); return(mDNSNULL); }
2417 if (ptr+4 > end) { debugf("Malformed DNS question section -- no query type and class!"); return(mDNSNULL); }
2421 question->qclass = (mDNSu16)((mDNSu16)ptr[2] << 8 | ptr[3]); // and class