MCPcopy Create free account
hub / github.com/apache/trafficserver / isNameError

Method isNameError

src/iocore/dns/DNS.cc:148–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148bool
149HostEnt::isNameError()
150{
151 return get_rcode(this) == NXDOMAIN;
152}
153
154void
155HostEnt::free()

Callers 1

dnsEventMethod · 0.80

Calls 1

get_rcodeFunction · 0.85

Tested by

no test coverage detected