vendor/golang.org/x/net/dns/dnsmessage.Header.RCode (field)
7 uses
vendor/golang.org/x/net/dns/dnsmessage (current package)
message.go#L323: RCode RCode
message.go#L328: bits = uint16(m.OpCode)<<11 | uint16(m.RCode)
message.go#L365: "RCode: " + m.RCode.GoString() + "}"
message.go#L474: RCode: RCode(h.bits & 0xF),
net
dnsclient_unix.go#L282: return hdr.RCode, hasAdd
dnsclient_unix.go#L286: return ahdr.ExtendedRCode(hdr.RCode), hasAdd
dnsclient_unix.go#L289: return hdr.RCode, hasAdd
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |