Home | History | Annotate | Download | only in mDNSShared

Lines Matching defs:rrtype

1189 	uint16_t rrtype, rrclass, rdlen;
1193 rrtype = get_uint16(&data, end);
1200 else ((DNSServiceQueryRecordReply)sdr->AppCallback)(sdr, cbh->cb_flags, cbh->cb_interface, cbh->cb_err, name, rrtype, rrclass, rdlen, rdata, ttl, sdr->AppContext);
1210 uint16_t rrtype,
1228 len += 2 * sizeof(uint16_t); // rrtype, rrclass
1236 put_uint16(rrtype, &ptr);
1247 uint16_t rrtype, rrclass, rdlen;
1252 rrtype = get_uint16(&data, end);
1263 else if (rrtype == kDNSServiceType_A || rrtype == kDNSServiceType_AAAA)
1267 const struct sockaddr *const sa = (rrtype == kDNSServiceType_A) ? (struct sockaddr*)&sa4 : (struct sockaddr*)&sa6;
1268 if (rrtype == kDNSServiceType_A)
1612 uint16_t rrtype,
1648 len += 3 * sizeof(uint16_t); // rrtype, rrclass, rdlen
1658 put_uint16(rrtype, &ptr);
1688 uint16_t rrtype,
1716 len += 2 * sizeof(uint16_t); // rrtype, rdlen
1724 put_uint16(rrtype, &ptr);
1831 uint16_t rrtype,
1856 put_uint16(rrtype, &ptr);