Searched refs:DNS_RRCLASS_IN (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/include/lwip/lwip/
H A Ddns.h63 #define DNS_RRCLASS_IN 1 /* the Internet */ macro
/barrelfish-master/include/lwip2/lwip/prot/
H A Ddns.h76 #define DNS_RRCLASS_IN 1 /* the Internet */ macro
/barrelfish-master/lib/lwip/src/core/
H A Ddns.c623 qry.class = htons(DNS_RRCLASS_IN);
841 && (ntohs(ans.class) == DNS_RRCLASS_IN)
/barrelfish-master/lib/lwip2/src/core/
H A Ddns.c800 qry.cls = PP_HTONS(DNS_RRCLASS_IN);
1201 if ((qry.cls != PP_HTONS(DNS_RRCLASS_IN)) ||
1227 if (ans.cls == PP_HTONS(DNS_RRCLASS_IN)) {

Completed in 37 milliseconds