Home
last modified time | relevance | path

Searched refs:RcodeToString (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/
Ddns-proto.cc64 std::string RcodeToString(int rcode) { in RcodeToString() function
203 if (DNS_HEADER_QR(data) == 1) ss << RcodeToString(DNS_HEADER_RCODE(data)); in PacketToString()
Ddns-proto.h22 std::string RcodeToString(int rcode);