HomeSort by: relevance | last modified time | path
    Searched refs:TYPE_PTR (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/nsd/dist/
dns.h 101 #define TYPE_PTR 12 /* a domain name pointer */
xfrd-catalog-zones.c 587 || !(rrset = domain_find_rrset(member_id, zone, TYPE_PTR)))
1077 return try_buffer_write_RR(packet, owner, TYPE_PTR,
dns.c 566 TYPE("PTR", TYPE_PTR, TYPE_HAS_COMPRESSED_DNAME,
query.c 1093 case TYPE_PTR:
rdata.c 4164 assert(rr->type == TYPE_PTR);
  /src/external/bsd/libevent/dist/
evdns.c 152 #define TYPE_PTR EVDNS_TYPE_PTR
178 u8 request_type; /* TYPE_PTR or TYPE_A or TYPE_AAAA */
808 case TYPE_PTR:
954 req->request_type != TYPE_PTR) {
1148 } else if (type == TYPE_PTR && class == CLASS_INET) {
1149 if (req->request_type != TYPE_PTR) {
1888 req, EVDNS_ANSWER_SECTION, inaddr_name, TYPE_PTR, CLASS_INET,
3008 req = request_new(base, handle, TYPE_PTR, buf, flags, callback, ptr);
3048 req = request_new(base, handle, TYPE_PTR, buf, flags, callback, ptr);
  /src/external/bsd/ntp/dist/sntp/libevent/
evdns.c 150 #define TYPE_PTR EVDNS_TYPE_PTR
176 u8 request_type; /* TYPE_PTR or TYPE_A or TYPE_AAAA */
806 case TYPE_PTR:
952 req->request_type != TYPE_PTR) {
1146 } else if (type == TYPE_PTR && class == CLASS_INET) {
1147 if (req->request_type != TYPE_PTR) {
1886 req, EVDNS_ANSWER_SECTION, inaddr_name, TYPE_PTR, CLASS_INET,
3006 req = request_new(base, handle, TYPE_PTR, buf, flags, callback, ptr);
3046 req = request_new(base, handle, TYPE_PTR, buf, flags, callback, ptr);
  /src/external/bsd/libc++/dist/libcxxrt/src/
libelftc_dem_gnu3.c 67 TYPE_PTR, TYPE_REF, TYPE_CMX, TYPE_IMG, TYPE_EXT, TYPE_RST, TYPE_VAT,
848 case TYPE_PTR:
3180 if (!vector_type_qualifier_push(&v, TYPE_PTR))

Completed in 45 milliseconds