Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for extractExtendedRCode (0.3 sec)

  1. src/net/dnsclient_unix.go

    			return errCannotUnmarshalDNSMessage
    		}
    	}
    }
    
    // extractExtendedRCode extracts the extended RCode from the OPT resource (EDNS(0))
    // If an OPT record is not found, the RCode from the hdr is returned.
    // Another return value indicates whether an additional resource was found.
    func extractExtendedRCode(p dnsmessage.Parser, hdr dnsmessage.Header) (dnsmessage.RCode, bool) {
    	p.SkipAllAnswers()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:23:45 UTC 2024
    - 24.5K bytes
    - Viewed (0)
Back to top