func internal/byteorder.BEUint16

5 uses

	internal/byteorder (current package)
		byteorder.go#L80: func BEUint16(b []byte) uint16 {

	crypto/tls
		handshake_client.go#L724: 			c.curveID = CurveID(byteorder.BEUint16(skx.key[1:]))
		handshake_server.go#L620: 			c.curveID = CurveID(byteorder.BEUint16(skx.key[1:]))

	os
		dir_unix.go#L178: 		return uint64(byteorder.BEUint16(b))

	syscall
		dirent.go#L32: 		return uint64(byteorder.BEUint16(b))