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

  /src/external/bsd/libevent/dist/
evdns.c 156 #define CLASS_INET EVDNS_CLASS_INET
271 u16 class; /* The RR class (usually CLASS_INET) */
1129 if (type == TYPE_A && class == CLASS_INET) {
1148 } else if (type == TYPE_PTR && class == CLASS_INET) {
1167 } else if (type == TYPE_AAAA && class == CLASS_INET) {
1200 if (type == TYPE_SOA && class == CLASS_INET) {
1855 req, EVDNS_ANSWER_SECTION, name, TYPE_A, CLASS_INET,
1864 req, EVDNS_ANSWER_SECTION, name, TYPE_AAAA, CLASS_INET,
1888 req, EVDNS_ANSWER_SECTION, inaddr_name, TYPE_PTR, CLASS_INET,
1897 req, EVDNS_ANSWER_SECTION, name, TYPE_CNAME, CLASS_INET,
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/
evdns.c 154 #define CLASS_INET EVDNS_CLASS_INET
269 u16 class; /* The RR class (usually CLASS_INET) */
1127 if (type == TYPE_A && class == CLASS_INET) {
1146 } else if (type == TYPE_PTR && class == CLASS_INET) {
1165 } else if (type == TYPE_AAAA && class == CLASS_INET) {
1198 if (type == TYPE_SOA && class == CLASS_INET) {
1853 req, EVDNS_ANSWER_SECTION, name, TYPE_A, CLASS_INET,
1862 req, EVDNS_ANSWER_SECTION, name, TYPE_AAAA, CLASS_INET,
1886 req, EVDNS_ANSWER_SECTION, inaddr_name, TYPE_PTR, CLASS_INET,
1895 req, EVDNS_ANSWER_SECTION, name, TYPE_CNAME, CLASS_INET,
    [all...]

Completed in 27 milliseconds