HomeSort by: relevance | last modified time | path
    Searched defs:TYPE_AAAA (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/nsd/dist/
dns.h 117 #define TYPE_AAAA 28 /* ipv6 address */
  /src/external/bsd/libevent/dist/
evdns.c 154 #define TYPE_AAAA EVDNS_TYPE_AAAA
178 u8 request_type; /* TYPE_PTR or TYPE_A or TYPE_AAAA */
817 case TYPE_AAAA:
1167 } else if (type == TYPE_AAAA && class == CLASS_INET) {
1169 if (req->request_type != TYPE_AAAA) {
1864 req, EVDNS_ANSWER_SECTION, name, TYPE_AAAA, CLASS_INET,
2968 req = request_new(base, handle, TYPE_AAAA, name, flags,
2973 search_request_new(base, handle, TYPE_AAAA, name, flags,
3248 EVUTIL_ASSERT(type == TYPE_A || type == TYPE_AAAA);
  /src/external/bsd/ntp/dist/sntp/libevent/
evdns.c 152 #define TYPE_AAAA EVDNS_TYPE_AAAA
176 u8 request_type; /* TYPE_PTR or TYPE_A or TYPE_AAAA */
815 case TYPE_AAAA:
1165 } else if (type == TYPE_AAAA && class == CLASS_INET) {
1167 if (req->request_type != TYPE_AAAA) {
1862 req, EVDNS_ANSWER_SECTION, name, TYPE_AAAA, CLASS_INET,
2966 req = request_new(base, handle, TYPE_AAAA, name, flags,
2971 search_request_new(base, handle, TYPE_AAAA, name, flags,
3246 EVUTIL_ASSERT(type == TYPE_A || type == TYPE_AAAA);

Completed in 34 milliseconds