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

  /src/external/mpl/bind/dist/lib/dns/
dnsrps.c 473 dns_rdatatype_t foundtype; local
543 if (!librpz->rsp_rr(&emsg, &foundtype, &class, &ttl, NULL,
550 REQUIRE(foundtype != dns_rdatatype_none);
557 if (type == foundtype || type == dns_rdatatype_any) {
561 if (!librpz->rsp_rr(&emsg, &foundtype, NULL, NULL, NULL,
568 } while (foundtype != dns_rdatatype_none);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
dnsrps.c 498 dns_rdatatype_t foundtype; local
568 if (!librpz->rsp_rr(&emsg, &foundtype, &class, &ttl, NULL,
575 REQUIRE(foundtype != dns_rdatatype_none);
582 if (type == foundtype || type == dns_rdatatype_any) {
586 if (!librpz->rsp_rr(&emsg, &foundtype, NULL, NULL, NULL,
593 } while (foundtype != dns_rdatatype_none);
  /src/external/mpl/bind/dist/lib/ns/
query.c 3551 dns_rdatatype_t foundtype, searchtype; local
3609 if (!librpz->rsp_rr(emsg, &foundtype, NULL, NULL, NULL,
3616 if (foundtype == dns_rdatatype_cname) {

Completed in 30 milliseconds