Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for skipUint32 (0.08 sec)

  1. src/vendor/golang.org/x/net/dns/dnsmessage/message.go

    		return off, &nestedError{"Type", err}
    	}
    	if newOff, err = skipClass(msg, newOff); err != nil {
    		return off, &nestedError{"Class", err}
    	}
    	if newOff, err = skipUint32(msg, newOff); err != nil {
    		return off, &nestedError{"TTL", err}
    	}
    	length, newOff, err := unpackUint16(msg, newOff)
    	if err != nil {
    		return off, &nestedError{"Length", err}
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Mar 09 00:09:40 UTC 2024
    - 69K bytes
    - Viewed (0)
Back to top